-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The format of module is not completely compatible to sklearn. The reason for adopting to sklearn is because of the parameter optimization. Sklearn provides well-defined tool for tuning parameter and validation. Thus, making the module to adopt sklearn is kind of way to simplify future work.
- Change get_params() to output the default parameter sets with {'name':value} instead.
- Add relevant function to output results.
- Add set_params() to any model for implementation grid search in the future, instead of update each parameter.
- Add score() to every models.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers