statsmodel
There are 31 repositories under statsmodel topic.
beery4010/Analyze-AB-Test-Results
Udacity Data Analyst Nanodegree - Project III
dmaity612/algorithimic-trading-bot
A trading algorithm that identifies stocks with the largest potential for growth while heavily considering its volatility using quantopian
Manaliagarwal/Walmart-Sales-Forcasting
A regression based modeling project to forecast the sales of Walmart
rochitasundar/Regression-dynamic-price-prediction-ReCell
The objective is to build a ML-based solution (linear regression model) to develop a dynamic pricing strategy for used and refurbished smartphones, identifying factors that significantly influence it.
akhilpatlolla/Random-Good-Data-Science-Stuff
Random Good Data Science Stuff
arnabberawork/BoomBikesSharingCaseStudy
M.S. and EPGP Assignment - Linear Regression model for a US bike-sharing provider BoomBikes
ltayara1/The-Young-and-the-Credit-less
Our group chose this question to bring attention to the little knowledge that young loan applicants have. Based on our findings in our models we explore: Which age group is the least likely to apply for loans? Which group is most likely to default on loans?
mvikic/air-quality-linear-regression
Prediction of nitrogen dioxide concentration in air using linear regression.
ozgurkalan/stats4ML
My notes in Jupyter Notebooks for statistics, probability, and plotting applied with major python libraries as an introduction to machine learning.
Siddhant-Ray/TimeSeries-ARIMA
An implementation of an ARIMA time series forecast using Python statsmodels and scipy.
Usama-Tariq/-Udacity_Analyze-A-B-Test-Results_Project-3_DAND
A/B tests are very commonly performed by data analysts and data scientists. It is important that you get some practice working with the difficulties of these.
brprojects/MLS_model
In this project I predict the 2016 MLS season using historical data and Poisson regression. The project includes cleaning, preprocessing and analyzing the dataset, building and evaluating predictive models for match outcomes, forecasting team performance and simulating the league table. It uses Pandas, Numpy, MatPlotLib and StatsModel libraries.
deepakrameshgowda/Lead-Scoring-Logistic-model
Model to identify the potential lead by assigning a score for their rate of conversion. Therefore, reaching out to potential is no more a brainstorming task.
DiegoConce/CrimeAnalysis-HumanDataScience
Human Data Science Course Project A.Y. 2022/2023 @ Alma Mater Studiorum University of Bologna - UNIBO
dpassos91/milesinthesky_project3
Data Science: Storytelling and Deployment - analyzing LEGO Database with Streamlit.
hmulagund/Assignment_04_Simple_Linear_Regression-1
Assignment-04-Simple-Linear-Regression-1 Q1) Delivery_time -> Predict delivery time using sorting time. Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization, Feature Engineering, Correlation Analysis, Model Building, Model Testing and Model Predictions using simple linear regression.
jpadillo/Analyze-AB-Test-Results
A data analytics project that utilizes PANDAS, Numpy, Matplotlib and statsmodel to analyze the results of hypothesis testing and regression modeling in determining whether a website update should be launched.
Manalelaidouni/MLR-Ames
MLR Statistical Analysis and Prediction of Ames Real Estate Prices with Streamlit
nitinjosephrepo/Analyzing-Online-Shopper-Purchase-Intention
Analyze online shoppers' purchase intentions using Logistic Regression, K-means clustering & A/B Testing
nouman6093/Deep-Learning-Projects
in this repository i will upload all the projects which i would make regarding deep learing. i will upload as much neural networks as possible.
sednabcn/Python-ML-Statsmodels
This repository describes the implementation of Machine Learning techinques using the Statsmodels pacakge
shwetapardhi/Assignment-04-Simple-Linear-Regression-1
Q1) Delivery_time -> Predict delivery time using sorting time. Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization, Feature Engineering, Correlation Analysis, Model Building, Model Testing and Model Predictions using simple linear regressi
Smcgb/Udacity_Statistics
This dataset provided by Udacity in their data analyst course proivdes a walkthrough of an AB test for customer conversion.
adrianc7/key-indicators-life-expectancy
This project analyzes key socioeconomic and health indicators influencing life expectancy in developing countries, using regression models and statistical techniques to derive actionable insights from WHO and UN datasets.
AjtMishra/Linear-Regression-Bike-sharing
Linear Regression Bike sharing Assignment
Elliott-dev/NYC_Bike_Counts_Retrospective_Analysis
I perform a retrospective analysis on the linear regression analysis that I previously performed on the NYC Bike Counts dataset. Specifically, I analyze my linear regression analysis to identify anything that I could have done differently.
Elliott-dev/NYC_Bike_Linear_Regression-
I used the New York Bike Counts dataset to formulate a hypothesis about the number of bikes crossing the Brooklyn Bridge. This dataset contains the number of bikes that crossed each bridge during each day. I first used this dataset to formulate a hypothesis and then used linear regression to test if my hypothesis was correct.
itsfk/Python-for-Time-Series-Data-Analysis
Time Series Analysis
Saad-Hussain31/Defaulter-Classification
I am interested in predicting whether an individual will default on his or her credit card payment, on the basis of annual income and monthly credit card balance. First I will use Logistic regression with 1 feature only (balance) and then multiple logistic regression with 2 features (balance and income).
shashankvmaiya/Boston-Housing-Price-Prediction
House price prediction using Linear Regression models (scikit learn and statsmodel)