Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
4331c90
FIX #244
mfeurer Mar 22, 2017
d4db9dc
FIX do not load all models when ensemble_size=0
mfeurer Mar 22, 2017
33eac85
FIX fix openml version to very old version
mfeurer Mar 22, 2017
2b48eb8
MAINT fix unittests
mfeurer Mar 22, 2017
5333ddf
MAINT fix unittests
mfeurer Mar 22, 2017
fd89569
Merge branch 'master' into development
mfeurer Mar 23, 2017
f954119
FIX relax failure condition
mfeurer Mar 24, 2017
1adb1e6
MAINT add python3.6 unit tests
mfeurer Mar 24, 2017
0d1f636
FIX #249
mfeurer Mar 24, 2017
b31b561
TEST fix nose import error
mfeurer Mar 27, 2017
8823fca
Merge pull request #255 from automl/fix/cython-tests
mfeurer Mar 28, 2017
23cbdfa
FIX one hot encoder scrambling data when all features categorical
mfeurer Mar 28, 2017
f6432c4
FIX improve one hot encoder unit test
mfeurer Mar 28, 2017
4ff0527
FIX do not crash if evaluator output is disabled
mfeurer Mar 29, 2017
cee18b5
FIX ensemble saving in parallel model
mfeurer Mar 29, 2017
3e3b148
MAINT re-organize SMAC output (temporarily disables pSMAC)
mfeurer Mar 29, 2017
a12dc19
MAINT remove old dependencies (unittest2, ConfigArgParse)
mfeurer Mar 29, 2017
f523c82
MAINT remove from __future__ import
mfeurer Mar 29, 2017
c9cfed5
MAINT update to new SMAC version; minor changes in output saving
mfeurer Mar 30, 2017
36da514
FIX pSMAC
mfeurer Mar 30, 2017
d42a384
Improve metadata generation
mfeurer Mar 30, 2017
105a8ec
cleanup evaluator arguments, make disable output more general
mfeurer Mar 30, 2017
673440d
First step towards allowing custom metrics
mfeurer Mar 30, 2017
5742bbb
Make evaluation tests run again
mfeurer Mar 31, 2017
36bb29d
TEST fix most unit tests
mfeurer Mar 31, 2017
a7bd1ca
MAINT fix bug regarding qualified name
mfeurer Mar 31, 2017
b9bb72f
WIP refactor bac to look like sklearn metric
mfeurer Mar 31, 2017
0079546
WIP bac looks like sklearn metric now
mfeurer Apr 2, 2017
9788f7a
WIP remove normalization from balanced accuracy
mfeurer Apr 2, 2017
b84ce54
improve tests for balanced accuracy
mfeurer Apr 2, 2017
fc15088
add tests for scorers
mfeurer Apr 2, 2017
bfd328a
MAINT change imports, temporarily readd pac_metric
mfeurer Apr 3, 2017
c2ab1b5
MAINT refactor location of calculate_score
mfeurer Apr 3, 2017
734e22b
MAINT add regression, multiclass and multilabel integration tests
mfeurer Apr 3, 2017
7a1f898
MAINT bump SMAC version number
mfeurer Apr 3, 2017
f1078a4
TEST make unit test more lenient for travis-ci
mfeurer Apr 3, 2017
40ee8e7
FIX metadata generation scripts
mfeurer Apr 3, 2017
cc146a0
FIX/TEST call signature to testee
mfeurer Apr 3, 2017
c4c7c59
MAINT get latest SMAC version from pypi again
mfeurer Apr 4, 2017
ff8f791
Merge pull request #257 from automl/sklearn_metrics
mfeurer Apr 4, 2017
faa8a9d
ADD codecov to .travis.yml
KEggensperger Apr 4, 2017
e289454
FIX not copying report
KEggensperger Apr 4, 2017
408966f
MAINT return data to perform fANOVA
mfeurer Apr 4, 2017
b1b1762
Merge pull request #258 from automl/ADDcodecov
mfeurer Apr 4, 2017
470542b
ADD codecov badge
KEggensperger Apr 4, 2017
c1856cd
Merge pull request #259 from automl/ADDcodecov
mfeurer Apr 4, 2017
2ff4087
MAINT improved error handling for data manager
mfeurer Apr 5, 2017
470fcee
Merge branch 'development' of ssh://github.com/automl/auto-sklearn in…
mfeurer Apr 5, 2017
e98f4b4
FIX remove grace period from pynisher arguments
mfeurer Apr 5, 2017
d929f56
FIX feature type check in xy data manager
mfeurer Apr 5, 2017
83afcc8
MAINT simplify XYDataManager interface
mfeurer Apr 5, 2017
de10258
MAINT put subsample parameter in instance instead of instance_specific
mfeurer Apr 5, 2017
edbf21c
ADD save exceptions in additional run info
mfeurer Apr 10, 2017
56f433f
ADD section on restricitng searchspace
KEggensperger Apr 24, 2017
2b079a8
FIX links; ADD note; ADD link to example directory
KEggensperger Apr 25, 2017
1bb5d7b
Merge pull request #264 from automl/FIX#262
mfeurer Apr 25, 2017
89f3201
FIX issue #260, make SGD fit idempotent
mfeurer Apr 26, 2017
58d28dc
Possibly fix test fixtures
mfeurer Apr 26, 2017
97ef31a
simplify iterative fitting of models
mfeurer Apr 26, 2017
1d431b0
improve reloading of rf models from disk
mfeurer Apr 26, 2017
e9797d7
Merge pull request #265 from automl/FIX/#260
mfeurer Apr 26, 2017
cdda293
bump ConfigSpace version number, use more random configurations
mfeurer Apr 28, 2017
1d18c73
reduce overhead polling from results queue
mfeurer Apr 28, 2017
bf4b49e
move to sklearn 0.18.1, unit tests are all working
mfeurer May 2, 2017
bd5b033
move from weighting strategy auto to balanced
mfeurer May 2, 2017
0056575
more upgrades to 0.18.1 API
mfeurer May 2, 2017
09c18ff
fix more sklearn deprecation warning
mfeurer May 2, 2017
7d29757
bump xgboost version number, remove grid_scores_ attribute
mfeurer May 2, 2017
c5b6c15
fix requirements.txt
mfeurer May 2, 2017
40d5971
fix gaussian process unit test
mfeurer May 2, 2017
40761fd
fix gaussian process unit test
mfeurer May 2, 2017
b754563
Merge pull request #270 from automl/sklearn_0.18.1
mfeurer May 3, 2017
443a242
Parallelize and chunk `AutoML.predict`
lsorber Feb 25, 2017
db57e96
MAINT upgrade SMAC dependency to 0.5
mfeurer May 9, 2017
c0f5c1b
update circle-ci to use AnaConda
mfeurer May 9, 2017
f87d2c8
Merge branch 'parallelize-automl-predict' of https://github.com/lsorb…
mfeurer May 9, 2017
6e7a57d
MAINT remove sklearn 0.17 code
mfeurer May 9, 2017
62bfb56
Fix unittest
mfeurer May 9, 2017
4543ca7
Merge branch 'lsorber-parallelize-automl-predict' into development
mfeurer May 9, 2017
36c8f44
maint change timeout in metadata generation
mfeurer May 9, 2017
72408b1
remove xgboost because of issue #271
mfeurer May 9, 2017
10d3542
Merge pull request #272 from automl/fix/#271
mfeurer May 10, 2017
178aaa8
FIX sphinx warnings
mfeurer May 10, 2017
5189c91
Document #217, vanilla auto-sklearn
mfeurer May 10, 2017
26711a4
FIX #174, document fit_ensemble()
mfeurer May 10, 2017
17cf2d7
FIX #70, document how to turn off preprocessing
mfeurer May 10, 2017
2e7bbe9
Update documentation on categoricals in fit() for #121
mfeurer May 10, 2017
9da64e4
FIX issue with y (target) in ensemble building
mfeurer May 10, 2017
c571a57
Put installation and contributors on own pages, add release notes
mfeurer May 10, 2017
b80fafc
Resort pages in index, dedup contributors
mfeurer May 10, 2017
9441925
add AnaConda installation tips
mfeurer May 10, 2017
0f9d3e7
osx and windows installation notes
mfeurer May 10, 2017
dcf87bc
Fix typo
mfeurer May 10, 2017
c1c3de0
doc: add section on time and memory limits
mfeurer May 11, 2017
d74add5
improve documentation
mfeurer May 11, 2017
de757e6
Merge pull request #273 from automl/update_docs_for_0.2
mfeurer May 11, 2017
d0ea13a
fix circle-ci?
mfeurer May 12, 2017
8cfa03e
Merge branch 'development' of ssh://github.com/automl/auto-sklearn in…
mfeurer May 12, 2017
1eeeba4
ADD example on how to use feat_type
KEggensperger May 12, 2017
b0d2c75
Document how to install swig and c++11 compiler on Ubuntu
rcalsaverini May 13, 2017
0a1ee30
Add reference to the specific version of SWIG
rcalsaverini May 13, 2017
0f7faf0
Merge pull request #279 from rcalsaverini/development
mfeurer May 15, 2017
a05c82e
doc: add rcalsaverini to the list of contributors
mfeurer May 15, 2017
3872efb
Update meta-data
mfeurer May 15, 2017
0194e81
MAINT bump version number for upcoming release
mfeurer May 15, 2017
6068f54
MAINT remove unused imports in example
mfeurer May 15, 2017
e87e812
FIX #213, name creation via hashing for sparse data
mfeurer May 15, 2017
49c4617
ADD example on how to use feat_type
KEggensperger May 12, 2017
506f86d
Merge branch 'FIX#121' of github.com:automl/auto-sklearn into FIX#121
KEggensperger May 15, 2017
62df70f
MAINT update docstring
KEggensperger May 15, 2017
52cb181
ADD example on how to use metrics
KEggensperger May 15, 2017
4026717
MAINT add link to example
KEggensperger May 15, 2017
4643aa5
Merge pull request #282 from automl/FIX#121
mfeurer May 16, 2017
7f891fa
simplify and fix examples
mfeurer May 16, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ matrix:
env: DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
- os: linux
env: DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
- os: linux
env: DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"

# Temporarily disabling OSX builds because thy take too long
# Set language to generic to not break travis-ci
Expand Down Expand Up @@ -56,20 +58,20 @@ before_install:
- conda update --yes conda
- conda create -n testenv --yes python=$PYTHON_VERSION pip wheel nose
- source activate testenv
- conda install --yes gcc
- conda install --yes gcc swig
- echo "Using GCC at "`which gcc`
- export CC=`which gcc`
# Fixes version `GLIBCXX_3.4.21' not found (on Ubuntu 16.04)
- conda install --yes libgcc

install:
# Install general requirements the way setup.py suggests
- pip install coverage pep8 python-coveralls
- pip install pep8 codecov
- cat requirements.txt | xargs -n 1 -L 1 pip install
# Install openml dependency for metadata generation unittest
- pip install xmltodict requests
- pip install git+https://github.com/renatopp/liac-arff
- pip install git+https://github.com/openml/openml-python@master --no-deps
- pip install git+https://github.com/openml/openml-python@0b9009b0436fda77d9f7c701bd116aff4158d5e1 --no-deps
- mkdir ~/.openml
- echo "apikey = 610344db6388d9ba34f6db45a3cf71de" > ~/.openml/config
# Debug output to know all exact package versions!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Status for master branch:

[![Build Status](https://travis-ci.org/automl/auto-sklearn.svg?branch=master)](https://travis-ci.org/automl/auto-sklearn)
[![Code Health](https://landscape.io/github/automl/auto-sklearn/master/landscape.png)](https://landscape.io/github/automl/auto-sklearn/master)
[![Coverage Status](https://coveralls.io/repos/automl/auto-sklearn/badge.svg?branch=master&service=github)](https://coveralls.io/github/automl/auto-sklearn?branch=master)
[![codecov](https://codecov.io/gh/automl/auto-sklearn/branch/master/graph/badge.svg)](https://codecov.io/gh/automl/auto-sklearn)

Status for development branch

[![Build Status](https://travis-ci.org/automl/auto-sklearn.svg?branch=development)](https://travis-ci.org/automl/auto-sklearn)
[![Code Health](https://landscape.io/github/automl/auto-sklearn/development/landscape.png)](https://landscape.io/github/automl/auto-sklearn/development)
[![Coverage Status](https://coveralls.io/repos/automl/auto-sklearn/badge.svg?branch=development&service=github)](https://coveralls.io/github/automl/auto-sklearn?branch=development)
[![codecov](https://codecov.io/gh/automl/auto-sklearn/branch/development/graph/badge.svg)](https://codecov.io/gh/automl/auto-sklearn)
11 changes: 5 additions & 6 deletions autosklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@


__MANDATORY_PACKAGES__ = '''
numpy>=1.9,<1.12
scikit-learn==0.17.1
smac==0.3.0
numpy>=1.9
scikit-learn==0.18.1
smac==0.5.0
lockfile>=0.10
ConfigSpace>=0.3.1,<0.4
pyrfr==0.2.0
xgboost==0.4a30
ConfigSpace>=0.3.3,<0.4
pyrfr>=0.4.0,<0.5
'''

dependencies.verify_packages(__MANDATORY_PACKAGES__)
2 changes: 1 addition & 1 deletion autosklearn/__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.3"
__version__ = "0.2.0"
Loading