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
We will need to prepare a tutorial/workshop for pydata Seattle 2023 - 90min incl Q/A, modus is live presentation (but can be prepared from notebooks or dev IDE)
To collect thoughts.
My thoughts:
the "obvious" content focuses on a step-by-step guide to create a package using skbase, perhaps an "easy" use case and an "advanced" one.
we probably want 15min intro on the general interface, i.e., a 101 of the sklearn/sktime-like interface that skbase follows, before we get into implementation details.
the patterns are pretty clean imo, so perhaps we can also show sktime (assuming the refactor is released by then), and maybe another package
The text was updated successfully, but these errors were encountered:
Part 2 – creating your own sklearn-like with skbase
Showcase simple mock package – 5min
Quick walkthrough on usage, parallel to part 1
Show codebase, check through the below – 5min
Step-by-step instructions – 20min
Import of BaseObject as parent
Special methods in child package
Tags in child package
Configs in child package
Testing (superficial)
2a search/retrieval – 5min
All_objects interface
2b estimators – 5min
Fit method
Get_fitted_params
2c heterogeneous estimators – 10min
Heterogeneous mixins
Example composite
We will need to prepare a tutorial/workshop for pydata Seattle 2023 - 90min incl Q/A, modus is live presentation (but can be prepared from notebooks or dev IDE)
To collect thoughts.
My thoughts:
skbase
, perhaps an "easy" use case and an "advanced" one.sklearn
/sktime
-like interface thatskbase
follows, before we get into implementation details.sktime
(assuming the refactor is released by then), and maybe another packageThe text was updated successfully, but these errors were encountered: