You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-29Lines changed: 14 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ So far, Auto-PyTorch supports tabular data (classification, regression).
7
7
We plan to enable image data and time-series data.
8
8
9
9
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)
11
11
12
12
13
13
## Installation
@@ -31,32 +31,9 @@ python setup.py install
31
31
If you want to contribute to Auto-PyTorch, clone the repository and checkout our current development branch
32
32
33
33
```sh
34
-
$ git checkout refactor_development
34
+
$ git checkout development
35
35
```
36
36
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 importTODO
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
-
60
37
## License
61
38
62
39
This program is free software: you can redistribute it and/or modify
@@ -71,7 +48,18 @@ along with this program (see LICENSE file).
71
48
72
49
## Reference
73
50
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
+
}
74
60
```
61
+
62
+
```bibtex
75
63
@incollection{mendoza-automlbook18a,
76
64
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},
77
65
title = {Towards Automatically-Tuned Deep Neural Networks},
@@ -81,13 +69,10 @@ along with this program (see LICENSE file).
**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.
0 commit comments