Model manipulation and fitting library based on TensorFlow and optimised for simple and direct manipulation of probability density functions. Its main focus is on scalability, parallelisation and user friendly experience.
Implementation of the algorithm described in the following paper. Korenberg, M., Billings, S.A. and Liu, Y.P. (1987) An Orthogonal Parameter Estimation Algorithm for Nonlinear Stochastic Systems
Investigated factors that affect the likelihood of charity donations being made based on real census data. Developed a naive classifier to compare testing results to. Trained and tested several supervised machine learning models on preprocessed census data to predict the likelihood of donations. Selected the best model based on accuracy, a modified F-scoring metric, and algorithm efficiency.
Johns Hopkins University Bloomberg School of Public Health: Data Science Specialization Program: Regression Models Course: Motor Trend Project repo: date created 61229
EDA, visualization and model fitting of time series data for the Store Item Demand Forecasting Kaggle competition using the Prophet package. The goal of the competition is to predict the sales of 50 different items at 10 different stores over 3 months. Results would be in the 57th percentile.
This notebook explores the housing dataset from Kaggle to predict Sales Prices of housing using advanced regression techniques such as feature engineering and gradient boosting.