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
In REF cleaner BaseTSFMSolver with richer default adaptation strategies #42 we have implemented a BaseTSFMSolver class to ease the inclusion of new models in the benchmark: we should document a minimal way to include a new model (load_model, supported_tasks, model_id, quantile_levels, *_batch)
In order to help newcomers, a few things would need proper documentation.
Below is a first list, do not hesitate to add new items to this list:
BaseTSFMSolverclass to ease the inclusion of new models in the benchmark: we should document a minimal way to include a new model (load_model,supported_tasks,model_id,quantile_levels,*_batch)