From 4874a7f5a6538c33a8312323eee6d3056ca224fd Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Wed, 18 Nov 2015 18:04:43 +0100 Subject: [PATCH] Update travis.yaml; try test in test directory --- .travis.yml | 3 ++- source/index.rst | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ea7780b6e..033a5f2576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ install: - pip install git+https://github.com/automl/paramsklearn.git script: - - coverage run --source autosklearn setup.py test + # - coverage run --source autosklearn setup.py test + - cd test && nosetests --with-coverage after_success: coveralls \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index 31dae36035..da7c405b5b 100644 --- a/source/index.rst +++ b/source/index.rst @@ -73,6 +73,12 @@ Then install *auto-sklearn* pip install git+https://github.com/automl/auto-sklearn.git#egg=autosklearn +We recommend installing *auto-sklearn* into a `virtual environment +`_ or into an +`anaconda environment `_ because we have +seen strange things happening when installing it using +:bash:`python setup.py --user`. + API *** @@ -116,7 +122,7 @@ A short guide to the code * `cli`: command line interface to the machine learning algorithm which is used internally by SMAC. * `data`: code to read and store machine learning datasets. -* `evaluation`: classes to control the execution of machine learning. +* `evaluation`: classes to control the execution of machine learning, algorithms and resampling of the data. * `metrics`: contains metrics which can be optimized. * `util`: several utilityy functions.