Skip to content

Conversation

@ahn1340
Copy link
Contributor

@ahn1340 ahn1340 commented May 9, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented May 9, 2018

Codecov Report

Merging #476 into development will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development    #476      +/-   ##
==============================================
+ Coverage        78.59%   78.6%   +0.01%     
==============================================
  Files              130     130              
  Lines            10088   10093       +5     
==============================================
+ Hits              7929    7934       +5     
  Misses            2159    2159
Impacted Files Coverage Δ
autosklearn/estimators.py 90.21% <100%> (+0.56%) ⬆️
..._preprocessing/select_percentile_classification.py 87.93% <0%> (-1.73%) ⬇️
...e/components/feature_preprocessing/select_rates.py 84.61% <0%> (-1.54%) ⬇️
autosklearn/automl.py 81.56% <0%> (+0.37%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5ca781...d77873a. Read the comment docs.

@ahn1340 ahn1340 changed the title [WIP] Fix fit, refit, fit_ensemble not returning self + Unit tests Fix fit, refit, fit_ensemble not returning self + Unit tests May 14, 2018
Copy link
Contributor

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I'm not sure if this was ready for review. Please remove the WIP tag once this is ready for review.

class AutoSklearnClassifierTest(unittest.TestCase):
# Currentl this class only tests that the methods of AutoSklearnClassifier
# which should return self actually return self.
def test_classification_fit_returns_self(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please merge all of these tests into one?

class AutoSklearnRegressorTest(unittest.TestCase):
# Currently this class only tests that the methods of AutoSklearnRegressor
# that should return self actually return self.
def test_regression_fit_returns_self(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also merge all of the regression tests into one?

@ahn1340
Copy link
Contributor Author

ahn1340 commented May 16, 2018

All unittests are now merged into one (for classification and regression respectively).

@mfeurer mfeurer merged commit 013a273 into automl:development May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants