Tags: OpenSTEF/openstef
Tags
fix: handle all-nan target during predict (#801) * fix: handle all-nan target column in SampleWeighter * fix: raise error for all-nan target column during fit * fix: add SampleWeighter tests when no or all-nan target * move completeness check to extra check in presets * fix: raise error for all-nan target column during fit * add test for raising InsufficientlyCompleteError in forecasting model fit * formatting * move nan check * move nan check * cleanup
feature: added tutorials for basic functionality. Added convenience m… …ethod for simple openstef baselines. (#785) * feature: Added tutorial start. Signed-off-by: Egor Dmitriev <egor.dmitriev@alliander.com> * feature: Added example notebooks. First draft. Signed-off-by: Egor Dmitriev <egor.dmitriev@alliander.com> * chore(examples): add examples workspace project and register it in workspace; update lock * fix(lint): add missing docstrings in baselines package (D104, D103) * chore(examples): add examples workspace project and register it in workspace; update lock * chore(examples): Updated text in examples. --------- Signed-off-by: Egor Dmitriev <egor.dmitriev@alliander.com>
feature: check for model config change and skip model selection (#781) * feature: check for model config change and skip model selection * changed checking model compatibility * check for tag compatibility only * fix tests * rename new methods in callback
PreviousNext