Skip to content

Commit 03dc6d4

Browse files
authored
PoC for model_builder to work with scikit-learn. (#161)
* Initial draft of version of model_builder to work with scikit-learn * Run pre-commit checks and eliminate mutable default args to LinearModel.__init__ * Move default constructor parameters to properties This avoids issues with mutable objects as default parameters. It allows users to start from the default parameters and modify parts of them before passing them to __init__. * Add dimension names to model and fix bug in predict_proba * black reformatting
1 parent 274aff0 commit 03dc6d4

File tree

3 files changed

+672
-12
lines changed

3 files changed

+672
-12
lines changed

0 commit comments

Comments
 (0)