Skip to content

Commit 33c567e

Browse files
[FIX] Update Readme
1 parent 94df1e3 commit 33c567e

File tree

1 file changed

+14
-29
lines changed

1 file changed

+14
-29
lines changed

README.md

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ So far, Auto-PyTorch supports tabular data (classification, regression).
77
We plan to enable image data and time-series data.
88

99

10-
Find the documentation [here](https://automl.github.io/Auto-PyTorch/refactor_development)
10+
Find the documentation [here](https://automl.github.io/Auto-PyTorch/development)
1111

1212

1313
## Installation
@@ -31,32 +31,9 @@ python setup.py install
3131
If you want to contribute to Auto-PyTorch, clone the repository and checkout our current development branch
3232

3333
```sh
34-
$ git checkout refactor_development
34+
$ git checkout development
3535
```
3636

37-
38-
## Examples
39-
40-
For a detailed tutorial, please refer to the jupyter notebook in https://github.com/automl/Auto-PyTorch/tree/master/examples/basics.
41-
42-
In a nutshell:
43-
44-
```py
45-
from autoPyTorch import TODO
46-
```
47-
48-
For ore examples, checkout `examples/`.
49-
50-
51-
## Configuration
52-
53-
### Pipeline configuration
54-
55-
### Search space
56-
57-
### Fitting single configurations
58-
59-
6037
## License
6138

6239
This program is free software: you can redistribute it and/or modify
@@ -71,7 +48,18 @@ along with this program (see LICENSE file).
7148

7249
## Reference
7350

51+
```bibtex
52+
@article{zimmer-tpami21a,
53+
author = {Lucas Zimmer and Marius Lindauer and Frank Hutter},
54+
title = {Auto-PyTorch Tabular: Multi-Fidelity MetaLearning for Efficient and Robust AutoDL},
55+
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
56+
year = {2021},
57+
note = {IEEE early access; also available under https://arxiv.org/abs/2006.13799},
58+
pages = {1-12}
59+
}
7460
```
61+
62+
```bibtex
7563
@incollection{mendoza-automlbook18a,
7664
author = {Hector Mendoza and Aaron Klein and Matthias Feurer and Jost Tobias Springenberg and Matthias Urban and Michael Burkart and Max Dippel and Marius Lindauer and Frank Hutter},
7765
title = {Towards Automatically-Tuned Deep Neural Networks},
@@ -81,13 +69,10 @@ along with this program (see LICENSE file).
8169
booktitle = {AutoML: Methods, Sytems, Challenges},
8270
publisher = {Springer},
8371
chapter = {7},
84-
pages = {141--156},
85-
note = {To appear.},
72+
pages = {141--156}
8673
}
8774
```
8875

89-
**Note**: Previously, the name of the project was AutoNet. Since this was too generic, we changed the name to AutoPyTorch. AutoNet 2.0 in the reference mention above is indeed AutoPyTorch.
90-
9176

9277
## Contact
9378

0 commit comments

Comments
 (0)