openml-labs / gama

An automated machine learning tool aimed to facilitate AutoML research.
https://openml-labs.github.io/gama/master/
Apache License 2.0
92 stars 29 forks source link

Add back preset hyperparameter (was `goal` in 21.0.1) #203

Closed PGijsbers closed 1 year ago

github-actions[bot] commented 1 year ago

Thank you for the pull request! :pray: If CI reports any errors please address them. If you believe the errors are unrelated to your PR, please state why. This will make it easier for the maintainers to assess your PR :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #203 (2024d18) into master (9596bf0) will increase coverage by 20.82%. The diff coverage is 83.49%.

@@             Coverage Diff             @@
##           master     #203       +/-   ##
===========================================
+ Coverage   68.26%   89.09%   +20.82%     
===========================================
  Files          45       45               
  Lines        2187     2182        -5     
===========================================
+ Hits         1493     1944      +451     
+ Misses        694      238      -456     
Flag Coverage Δ
unit-tests 89.09% <83.49%> (+20.82%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gama/configuration/classification.py 100.00% <ø> (ø)
gama/configuration/regression.py 100.00% <ø> (ø)
gama/configuration/testconfiguration.py 100.00% <ø> (ø)
...a/genetic_programming/components/primitive_node.py 95.83% <ø> (ø)
gama/utilities/generic/async_evaluator.py 68.88% <50.00%> (+51.85%) :arrow_up:
gama/gama.py 83.46% <55.55%> (+28.88%) :arrow_up:
gama/utilities/export.py 79.41% <75.00%> (+17.24%) :arrow_up:
gama/utilities/evaluation_library.py 89.68% <78.57%> (+7.14%) :arrow_up:
gama/utilities/metrics.py 90.47% <80.00%> (-0.23%) :arrow_down:
gama/genetic_programming/operator_set.py 96.61% <83.33%> (+26.76%) :arrow_up:
... and 20 more

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more