Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial page showing how to use splines with scikit-learn #116

Open
leouieda opened this issue Sep 1, 2018 · 0 comments
Open

Tutorial page showing how to use splines with scikit-learn #116

leouieda opened this issue Sep 1, 2018 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@leouieda
Copy link
Member

leouieda commented Sep 1, 2018

The main advantage of the Verde API is that it handles the calculating of the sensitivity (feature) matrix and all the busy work of dealing with coordinates. Under the hood, it's all just linear models and the actual computations are passed along to scikit-learn. It would be to have a tutorial to show how to generate the feature matrix for a spline (Spline.jacobian) and then call scikit-learn directly on that in case people want to experiment with different fitting algorithms.

@leouieda leouieda added the documentation Improvements or additions to documentation label Sep 1, 2018
@leouieda leouieda modified the milestones: 0.1, 0.1.0, 0.2.0 Sep 1, 2018
@leouieda leouieda removed this from the 1.1.0 milestone Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant