Skip to content

Commit

Permalink
change version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Nov 23, 2021
1 parent 295730f commit 67167b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The current version only supports the *greedy portfolio* as described in the pap
This portfolio is used to warm-start the optimization of SMAC.
In other words, we evaluate the portfolio on a provided data as initial configurations.
Then API starts the following procedures:

1. **Validate input data**: Process each data type, e.g. encoding categorical data, so that Auto-Pytorch can handled.
2. **Create dataset**: Create a dataset that can be handled in this API with a choice of cross validation or holdout splits.
3. **Evaluate baselines** *1: Train each algorithm in the predefined pool with a fixed hyperparameter configuration and dummy model from `sklearn.dummy` that represents the worst possible performance.
Expand Down
2 changes: 1 addition & 1 deletion autoPyTorch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.1.0"
__version__ = "0.1.1"
4 changes: 2 additions & 2 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
Releases
========

Version 0.1.0
Version 0.1.1
==============
[refactor] Completely refactored version with a new scikit-learn compatible API.

Contributors v0.1.0
Contributors v0.1.1
********************

* Ravin Kohli
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# noinspection PyInterpreter
setuptools.setup(
name="autoPyTorch",
version="0.1.0",
version="0.1.1",
author="AutoML Freiburg",
author_email="[email protected]",
description=("Auto-PyTorch searches neural architectures using smac"),
Expand Down

0 comments on commit 67167b3

Please sign in to comment.