You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new model method report(::Model, report_given_method) for combining the reports generated by a model's fit method, with reports generated by operations, such as predict. Here report_given_method is a dictionary of reports, keyed on methods as symbols (:fit, :predict, :transform, and so forth) (#160; in support of JuliaAI/MLJBase.jl#841)
Merged pull requests:
Add report method for merging fit reports with operational reports (#160) (@ablaom)
Tweak warning for deprecated use of docstring/descr (#161) (@ablaom)