gmpal / gbcode_python

The goal of this repository is to make a complete Python version of the original R repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code from the handbook and book "Statistical foundations of machine learning" https://leanpub.com/statisticalfoundationsofmachinelearning

To use it in your R code

library(devtools); install_github("gbonte/gbcode"); require(gbcode)

To change the directory to the one containing scripts

  • setwd(find.package("gbcode"))

To go to the directory of the Forecasting scripts

  • setwd(paste(find.package("gbcode"),"scripts/Forecasting",sep="/"))

To list the Forecasting demos:

  • dir(paste(find.package("gbcode"),"scripts/Forecasting/",sep="/"),patt="demo*")

About

The goal of this repository is to make a complete Python version of the original R repository.


Languages

Language:HTML 92.5%Language:R 7.0%Language:Python 0.5%Language:TeX 0.0%