This repository contains code for machine learning basics. I have used the datasets from sklearn library and implemented different machine learning algorithms on it.
This folder contains code for time series forecasting using ARMA models on random numbers using Python. It also contains a segment where Prophet is used to forecast.
This folder has code for Decision Tree, Random Forest and Gradient Boosting in R.