Skip to content

Commit

Permalink
Merge pull request #271 from fraimondo/enh/fit_method
Browse files Browse the repository at this point in the history
Add fit method to API
  • Loading branch information
fraimondo committed Sep 25, 2024
2 parents 4e1c171 + 30e21ac commit eb7207f
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 56 deletions.
1 change: 1 addition & 0 deletions docs/api/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Functions
:template: function.rst

run_cross_validation
run_fit
1 change: 1 addition & 0 deletions docs/changes/newsfragments/271.enh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add :func:`.run_fit` that implements a model fitting procedure with the same API as :func:`.run_cross_validation` by `Fede Raimondo`_.
2 changes: 1 addition & 1 deletion julearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
from . import prepare
from . import api
from . import stats
from .api import run_cross_validation
from .api import run_cross_validation, run_fit
from .pipeline import PipelineCreator, TargetPipelineCreator
Loading

0 comments on commit eb7207f

Please sign in to comment.