EpistasisLab / Aliro

Aliro: AI-Driven Data Science
https://epistasislab.github.io/Aliro
GNU General Public License v3.0
223 stars 63 forks source link

Unit regress #593

Closed jay-m-dev closed 1 year ago

jay-m-dev commented 1 year ago

Removed deprecated presort parameter from pmlb_regression_results-small.tsv. this was removed from sklearn version 0.24 as documented here: https://scikit-learn.org/0.23/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html?highlight=gradientboostingregressor#sklearn.ensemble.GradientBoostingRegressor

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5766817516


Totals Coverage Status
Change from base Build 5755599525: 82.1%
Covered Lines: 4335
Relevant Lines: 5280

💛 - Coveralls
HyunjunA commented 1 year ago

I tested the unit_regress function for both classification and regression tasks on my Mac with an Apple M1 Max chip, and it worked properly. Jay also checked it on an arm64 virtual machine, and it functioned as expected.