-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for regression problems (#1667)
* add regression * modify evaluate * . * remove accidentally commited file * works for regression and binary problems now * refactor codes * clean up codes * set default problem_type * modify error info * free base_estimator * fix * move problem_type arg to end * fix negative rmse & predict_proba * fix predict_proba * add ImagePrediction class * add newline to eof & set default fromlist to None * clean up * add ImagePredictionDataset * modify dataset class & add test case * clean up code * add space * free model_zoo * fix import Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Joshua Z. Zhang <[email protected]>
- Loading branch information
1 parent
978d460
commit a169654
Showing
5 changed files
with
168 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.