Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 159 implement more MLChallenges #187

Merged
merged 32 commits into from
Apr 15, 2020

Conversation

pvk-developer
Copy link
Collaborator

  • Refactorize ATMChallenge in to RandomForestChallenge and implemented the loader and class methods to MLChallenge in order to use it as a parent of all other model / estimators.
  • Update run_benchmark with new methods to load different types and/or challenges for the future implementations.
  • Removed old tests.
  • Removed old MLChallenges (Boston, Census and Wind).

Resolve #159

@codecov-io
Copy link

codecov-io commented Apr 6, 2020

Codecov Report

Merging #187 into master will increase coverage by 3.70%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
+ Coverage   92.50%   96.21%   +3.70%     
==========================================
  Files          42       29      -13     
  Lines        1148      792     -356     
==========================================
- Hits         1062      762     -300     
+ Misses         86       30      -56     
Impacted Files Coverage Δ
btb/tuning/tuners/base.py 97.59% <ø> (ø)

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 ea68074...a2c8ff3. Read the comment docs.

@pvk-developer pvk-developer force-pushed the issue_159_implement_more_mlchallenges branch from 288155d to 44ed90b Compare April 7, 2020 09:19
@pvk-developer pvk-developer force-pushed the issue_159_implement_more_mlchallenges branch from 0967bab to 728536e Compare April 9, 2020 15:14
@pvk-developer pvk-developer force-pushed the issue_159_implement_more_mlchallenges branch from 728536e to 61001fa Compare April 9, 2020 15:24
@pvk-developer pvk-developer force-pushed the issue_159_implement_more_mlchallenges branch from 690626b to 47ef959 Compare April 10, 2020 15:31
@CLAassistant
Copy link

CLAassistant commented Apr 14, 2020

CLA assistant check
All committers have signed the CLA.

@pvk-developer pvk-developer merged commit c1e52c1 into master Apr 15, 2020
@pvk-developer pvk-developer deleted the issue_159_implement_more_mlchallenges branch April 15, 2020 12:55
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.

Implement more MLChallenges, estimators and generate a public Leaderboard
5 participants