Skip to content

Instantly share code, notes, and snippets.

@euhee
euhee / README.md
Created November 27, 2016 04:26 — forked from cstrelioff/README.md
decision trees: scikit-learn + pandas

decision trees: scikit-learn + pandas

This script provides an example of learning a decision tree with scikit-learn. Pandas is used to read data and custom functions are employed to investigate the decision tree after it is learned. Grab the code and try it out.

A blog post about this code is available here, check it out!

@euhee
euhee / ex_arma2.ipynb
Created August 5, 2016 12:07 — forked from vincentarelbundock/ex_arma2.ipynb
Statsmodels example: Autoregressive Moving Average (ARMA) Model
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.