Skip to content

Commit 4d28006

Browse files
nabenabe0928ravinkohli
authored andcommitted
[doc] Add the workflow of the Auto-Pytorch (#285)
* [doc] Add workflow of the AutoPytorch * [doc] Address Ravin's comment
1 parent d498677 commit 4d28006

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ While early AutoML frameworks focused on optimizing traditional ML pipelines and
66

77
Auto-PyTorch is mainly developed to support tabular data (classification, regression).
88
The newest features in Auto-PyTorch for tabular data are described in the paper ["Auto-PyTorch Tabular: Multi-Fidelity MetaLearning for Efficient and Robust AutoDL"](https://arxiv.org/abs/2006.13799) (see below for bibtex ref).
9+
<<<<<<< HEAD
910
Also, find the documentation [here](https://automl.github.io/Auto-PyTorch/master).
11+
=======
12+
Also, find the documentation [here](https://automl.github.io/Auto-PyTorch/development).
13+
>>>>>>> [doc] Add the workflow of the Auto-Pytorch (#285)
1014
1115
***From v0.1.0, AutoPyTorch has been updated to further improve usability, robustness and efficiency by using SMAC as the underlying optimization package as well as changing the code structure. Therefore, moving from v0.0.2 to v0.1.0 will break compatibility.
1216
In case you would like to use the old API, you can find it at [`master_old`](https://github.com/automl/Auto-PyTorch/tree/master-old).***
@@ -23,7 +27,6 @@ The current version only supports the *greedy portfolio* as described in the pap
2327
This portfolio is used to warm-start the optimization of SMAC.
2428
In other words, we evaluate the portfolio on a provided data as initial configurations.
2529
Then API starts the following procedures:
26-
2730
1. **Validate input data**: Process each data type, e.g. encoding categorical data, so that Auto-Pytorch can handled.
2831
2. **Create dataset**: Create a dataset that can be handled in this API with a choice of cross validation or holdout splits.
2932
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.

0 commit comments

Comments
 (0)