File tree Expand file tree Collapse file tree 7 files changed +25
-6
lines changed Expand file tree Collapse file tree 7 files changed +25
-6
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,31 @@ What's new
8
8
9
9
.. towncrier release notes start
10
10
11
+ Julearn 0.3.4 (2024-10-17)
12
+ --------------------------
13
+
14
+ Bugfixes
15
+ ^^^^^^^^
16
+
17
+ - Fix usage of optuna distributions as hyperparameters in older versions of
18
+ scikit-learn by `Fede Raimondo `_. (:gh: `268 `)
19
+
20
+
21
+ Enhancements
22
+ ^^^^^^^^^^^^
23
+
24
+ - Remove final model fit requirement for inspector to be returned by
25
+ :func: `.run_cross_validation ` by `Fede Raimondo `_. (:gh: `270 `)
26
+ - Add :func: `.run_fit ` that implements a model fitting procedure with the same
27
+ API as :func: `.run_cross_validation ` by `Fede Raimondo `_. (:gh: `271 `)
28
+ - Optimise wrapping of steps and models in the pipeline only when a subset of
29
+ features is being used, by `Fede Raimondo `_ (:gh: `274 `)
30
+ - Place the final model CV split at the beginning instead of the end of the CV
31
+ iterator wrapper by `Fede Raimondo `_ (:gh: `275 `)
32
+ - Change the internal logic of :func: `.run_cross_validation ` to optimise joblib
33
+ calls by `Fede Raimondo `_ (:gh: `293 `)
34
+
35
+
11
36
Julearn 0.3.3 (2024-05-16)
12
37
--------------------------
13
38
You can’t perform that action at this time.
0 commit comments