Pinned Repositories
AdaptiveLASSO
This is a modification of Scikit-Learn's LASSO for Adaptive LASSO to use for feature selection.
AIA-s-Introduction-to-Python
This is the first Python course I wrote for AIA Global's members (Another updated course is available.)
Binary-Classifier-Model-Testor-Selector
This tests various classifier models on binary target data to see which one maximizes performance. It then returns all the models, model performance statistics as well the ROC curves and Precision Recall plots, as well performance plots against the number of estimators used.
Condor
Autotrading library
COVID-19-Forecast-With-Exogenous
COVID-19 Forecast With Exogenous Variables
FECDataConnect
FECDataConnect is a project aimed at extracting data from the Federal Election Commission (FEC) and integrating it into a MariaDB database. This ETL pipeline ensures that the data remains fresh and accessible for further analysis.
Federal-Election-Commission-FEC-Data
This is my capstone project. The full presentation can be found in the uploaded PDF file. I created a model that calculates the ROI and predicts individual donations to election campaigns for the US House of Representatives using data reported to the Federal Election Commission (FEC).
Find-Stock-and-Commodity-Price-Trends
How to find stock and commodity price trends using LOWESS (Locally Weighted Scatterplot Smoothing)
US-Presidential-Election-538-Poll-Reader
Here is a Jupyter Notebook that reads the polling data for the 2020 Presidential election published by 538 on Github, sorts through it, and plots the polling results and trends at the national and state levels. Have fun!
WanderingGoose
This is a package to make statistics more do-able.
AaronNHorvitz's Repositories
AaronNHorvitz/AdaptiveLASSO
This is a modification of Scikit-Learn's LASSO for Adaptive LASSO to use for feature selection.
AaronNHorvitz/AIA-s-Introduction-to-Python
This is the first Python course I wrote for AIA Global's members (Another updated course is available.)
AaronNHorvitz/Federal-Election-Commission-FEC-Data
This is my capstone project. The full presentation can be found in the uploaded PDF file. I created a model that calculates the ROI and predicts individual donations to election campaigns for the US House of Representatives using data reported to the Federal Election Commission (FEC).
AaronNHorvitz/Find-Stock-and-Commodity-Price-Trends
How to find stock and commodity price trends using LOWESS (Locally Weighted Scatterplot Smoothing)
AaronNHorvitz/US-Presidential-Election-538-Poll-Reader
Here is a Jupyter Notebook that reads the polling data for the 2020 Presidential election published by 538 on Github, sorts through it, and plots the polling results and trends at the national and state levels. Have fun!
AaronNHorvitz/Binary-Classifier-Model-Testor-Selector
This tests various classifier models on binary target data to see which one maximizes performance. It then returns all the models, model performance statistics as well the ROC curves and Precision Recall plots, as well performance plots against the number of estimators used.
AaronNHorvitz/Data-Science-Training
Introductory Course for Data Science Training
AaronNHorvitz/Tests-For-Normality
AaronNHorvitz/Time-Series-Diagnostics
This code provides a series of diagnostic plots for time series analysis. These include ACF and PACF plots, predicted vs actual, residual plots, differenced residual plots, and many more.
AaronNHorvitz/Time-Series-Stationarity-Test
This a test for stationarity. It takes the original data, differenced data, plots both and performs a Dickey-Fuller Test
AaronNHorvitz/time_series_lowess_smoother
This is just a quick function to produce a lowess smoother.
AaronNHorvitz/Automobile-Data-Modeling-Exercise
Here is a quick run-through on creating a linear regression model using two popular variable selection/shrinkage methods (LASSO and Elastic-Net), followed by backward stepwise selection to arrive at a parsimonious model.
AaronNHorvitz/Energy-Information-Administration-EIA-and-FRED-API-calls-using-Python
AaronNHorvitz/gaminet
Generalized additive model with pairwise interactions
AaronNHorvitz/Read-COVID-19-Data-Into-a-Pandas-Dataframe-Inside-A-Jupyter-Notebook
This is for anyone who would like to quickly read the COVID-19 time series data into a Pandas dataframe inside a Jupyter Notebook. I posted the Python code on Github in a Jupyter Notebook. The raw data is updated daily by Johns Hopkins University. Hopefully, this helps.
AaronNHorvitz/Rwork
R repo
AaronNHorvitz/Snippets
These are just small pieces of code that may help make your life easier.
AaronNHorvitz/Stock-Price-Reader
This is a simple notebook that will download stock prices for you and display them on a chart.
AaronNHorvitz/WanderingGoose
This is a package to make statistics more do-able.
AaronNHorvitz/COVID-19-Forecast-With-Exogenous
COVID-19 Forecast With Exogenous Variables
AaronNHorvitz/data
Data and code behind the articles and graphics at FiveThirtyEight
AaronNHorvitz/FECDataConnect
FECDataConnect is a project aimed at extracting data from the Federal Election Commission (FEC) and integrating it into a MariaDB database. This ETL pipeline ensures that the data remains fresh and accessible for further analysis.
AaronNHorvitz/pyloess
A simple implementation of the LOESS algorithm using numpy
AaronNHorvitz/PythonDataAnalytics
Code for common data analytics projects
AaronNHorvitz/Raising-Money-for-Congressional-Elections-Capstone-Project
This is my capstone project. I created a model that calculates the ROI and predicts individual donations to election campaigns for the US House of Representatives using data reported to the Federal Election Commission (FEC).
AaronNHorvitz/Time-Series-Diagnostic-Plots
This code provides a series of diagnostic plots for time series analysis. These include ACF and PACF plots, predicted vs actual, residual plots, differenced residual plots, and many more.
AaronNHorvitz/Upsample-Binary-Classification-Data
Code to upsample binary classification data when you have a rare event problem.
AaronNHorvitz/Condor
Autotrading library
AaronNHorvitz/AI_Edge
Courses taken at AI_Edge