This package comes with my Master Thesis in Business Analytics orientation of the Master in Management at HEC Lausanne. I obtained the grade of 6/6. The slides of the presentation are available here.
The methodology includes: - An outlier detection algorithm. - Predictive models: - Time-Series: ARIMA, STLF, ETS - Machine Learning: Neural-Networks
The package can be downloaded using the following functions:
```{r, eval = FALSE, echo = TRUE} if (!require("devtools")) install.packages("devtools")
devtools::install_github("Upsylon/predictor") # install the package library(predictor) # load the package ```
The package is composed of different functions. Their objectives and utilisation is detailed in their description.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.