Skip to content

Cross-validation

Compare
Choose a tag to compare
@briandesilva briandesilva released this 15 Jul 23:56
· 1212 commits to master since this release
b88cc80

This release enables much easier cross-validation of SINDy models using Scikit-learn cross-validation tools. Major changes include:

  • t_default parameter added to the SINDy class. This parameter specifies the default time step that should be used whenever the t argument of a SINDy method is not used.
  • New notebook demonstrating cross-validation and other examples combining Scikit-learn and PySINDy objects.

More details can be found in #84.