-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a 0.17.0 release #508
For a 0.17.0 release #508
Conversation
Better error for bad call of transform on machines for Static models
add fit_only! logic that caches reformatted/resampled user-data add test minor comment change "Bump version to 0.16.3" resolve #499 add test add tests for reformat front-end oops add model api tests for reformat front-end tidy up add test for reformat logic in learning network context do not update state of a Machine{<:Static} on fit! unless hyperparams change add tests allow speedup buy-out with machine(model, args..., cache=false) oops have KNN models buy into reformat data front-end for better testing introduce "back-end" resampling in evaluate! implement data front-end on prediction/transformation side update machine show more tests; add cache=... to evaluate(model, ...) more tests make `cache` hyperparam of Resampler for passing onto wrapped machines more tests Composite models do not cache data by default (no benefit) correct comment bump [compat] MLJModelInterface = "^0.3.7" (essential)
forgotten
Code re-organization
Realize performance improvements for models implementing new data front-end
Codecov Report
@@ Coverage Diff @@
## master #508 +/- ##
==========================================
+ Coverage 82.71% 83.04% +0.32%
==========================================
Files 39 37 -2
Lines 2934 2914 -20
==========================================
- Hits 2427 2420 -7
+ Misses 507 494 -13
Continue to review full report at Codecov.
|
@JuliaRegistrator register |
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Some code re-organization:
measures(matching(...))
facility removed; privateinfo_dic
method andmatching
method moved to MLJModelsAlso added optimisations for models buying into a new data front-end #501 . This may increase the default memory footprint of MLJBase operations.