Skip to content

Commit

Permalink
PoC for model_builder to work with scikit-learn. (#161)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pdb5627 authored May 10, 2023
1 parent 274aff0 commit 03dc6d4
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 12 deletions.
Loading

0 comments on commit 03dc6d4

Please sign in to comment.