py-earth
0.1.0
  • Introduction
  • Multivariate Adaptive Regression Splines
  • A Simple Earth Example
  • Bibliography
  • API
  • Gallery
    • Exporting a fitted Earth models as a sympy expression
    • Plotting the absolute value function
    • Plotting simple sine function
    • Plotting a linear function with a categorical variable
    • Plotting two simple sine functions
    • Plotting derivatives of simple sine function
    • Plotting feature importance
    • Demonstrating a use of weights in outputs with two sine functions
    • Plotting sine function with redundant predictors an missing data
    • Plotting a multicolumn regression problem that includes missingness
    • Plotting sckit-learn classifiers comparison with Earth
py-earth
  • Docs »
  • Gallery
  • View page source

GalleryΒΆ

This is the gallery of examples.

../_images/sphx_glr_return_sympy_thumb.png

Exporting a fitted Earth models as a sympy expression

../_images/sphx_glr_plot_v_function_thumb.png

Plotting the absolute value function

../_images/sphx_glr_plot_sine_wave_thumb.png

Plotting simple sine function

../_images/sphx_glr_plot_linear_function_thumb.png

Plotting a linear function with a categorical variable

../_images/sphx_glr_plot_sine_wave_2d_thumb.png

Plotting two simple sine functions

../_images/sphx_glr_plot_derivatives_thumb.png

Plotting derivatives of simple sine function

../_images/sphx_glr_plot_feature_importance_thumb.png

Plotting feature importance

../_images/sphx_glr_plot_output_weight_thumb.png

Demonstrating a use of weights in outputs with two sine functions

../_images/sphx_glr_plot_missing_data_problem_thumb.png

Plotting sine function with redundant predictors an missing data

../_images/sphx_glr_plot_multicolumn_thumb.png

Plotting a multicolumn regression problem that includes missingness

../_images/sphx_glr_plot_classifier_comp_thumb.png

Plotting sckit-learn classifiers comparison with Earth

Next Previous

© Copyright 2013, Jason Rudy.

Built with Sphinx using a theme provided by Read the Docs.