Skip to content
View FutureGoose's full-sized avatar
Block or Report

Block or report FutureGoose

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FutureGoose/README.md

This GitHub is my data science playground. Think of it as a messy workbench overflowing with cool experiments (mostly Jupyter notebooks) I built while learning and expanding my workflow.

Each project follows a clear path: wrangling data, cleaning it up, analyzing extensively to understand the problem (think model prep!), and building production-ready machine learning models – both classification and regression.

Some projects prioritize education, skipping steps to highlight the core concepts. It's a win-win – solidifies my knowledge and lets others learn from my tinkering.

This hands-on approach is how I roll. It's all about the journey of exploration and the satisfaction of building useful solutions.

Feel free to hit me up on LinkedIn to share feedback, knowledge, and thoughts – eager to learn from others!

Logo

Project Breakdown

Repository Project Type Description
Ecommerce Purchase Prediction End-to-End Advanced predictive analytics for e-commerce conversion—featuring EBM, LightGBM models, SMOTE sampling, and a tailored interpret ML dashboard for stakeholder insights.
Analyzing Crime Data End-to-End In this ML Engineering lab, we clean and explore Chicago crime data, culminating in an XGBoost model fine-tuned with Hyperopt and Recursive Feature Elimination, yielding 89% precision.
Logistic Regression: Part 2 Fundamentals (Educational) Applying logistic regression and random forest to optimize revenue. Thorough data preprocessing, insightful EDA, and comprehensive model evaluation. Builds upon prior knowledge in logistic regression fundamentals.
Logistic Regression: Part 1 Fundamentals (Educational) Delve into model mathematics, error analysis, and performance. Focus on statistical fundamentals with statsmodels for understanding and analyzing logistic regression. Linear regression background advised.
Linear Regression: Part 2 Fundamentals (Educational) Exploring Supervised ML, this study of California's housing employs EDA and OLS evaluation. Techniques like Polynomial Transformation, Ridge and Lasso Regularization, and Quantile Regression are used with scikit-learn for in-depth insights.
Linear Regression: Part 1 Fundamentals (Educational) This project serves as an entry point into machine learning, focusing on building and evaluating basic linear regression models. By applying feature selection and understanding model performance, we offer a foundational approach to predictive modeling, blending algorithms with statistical insights for accuracy and interpretability.
Predicting Insurance Charges End-to-End Using Random Forest and XGBoost for regression to predict health insurance charges based on patient data. Features EDA, preprocessing, and in-depth insights.
Decoding Titanic End-to-End Comprehensive Titanic survival prediction using machine learning models like Logistic Regression and ensemble techniques for classification. Includes EDA, feature engineering, and model interpretation insights. Achieved 83.5% accuracy.
Bike Store Analysis Business Intelligence Analyzing a European bicycle retail business to enhance growth and profitability. Features in-depth EDA, business performance analysis, and strategic insights based on comprehensive sales data.

Outside of work, I keep my coding skills sharp by engaging with coding challenges on Codewars:

Codewars Banner

Popular repositories Loading

  1. bike-store-analysis bike-store-analysis Public

    Analyzing a European bicycle retail business to enhance growth and profitability. Features in-depth EDA, business performance analysis, and strategic insights based on comprehensive sales data.

    Jupyter Notebook 2

  2. decoding_titanic decoding_titanic Public

    Comprehensive Titanic survival prediction using machine learning models like Logistic Regression and ensemble techniques for classification. Includes EDA, feature engineering, and model interpretat…

    Jupyter Notebook

  3. predicting_insurance_charges predicting_insurance_charges Public

    Using Random Forest and XGBoost for regression to predict health insurance charges based on patient data. Features EDA, preprocessing, and in-depth insights.

    Jupyter Notebook

  4. analyzing_crime_data analyzing_crime_data Public

    In this Machine Learning Engineering lab, we traverse from detailed data cleaning to deep exploratory analysis, extracting nuanced insights into Chicago crime data. The capstone is a polished XGBoo…

    Jupyter Notebook

  5. fundamentals_ols_linear_regression fundamentals_ols_linear_regression Public

    This project serves as an entry point into machine learning, focusing on building and evaluating basic linear regression models. By applying feature selection and understanding model performance, w…

    Jupyter Notebook

  6. advanced_techniques_linear_regression advanced_techniques_linear_regression Public

    Exploring Supervised ML, this study of California's housing employs EDA and OLS evaluation. Techniques like Polynomial Transformation, Ridge and Lasso Regularization, and Quantile Regression are us…

    Jupyter Notebook