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

Block or report connormcmanigal

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

Pinned Loading

  1. IoT-IDS-VAE-Classification IoT-IDS-VAE-Classification Public

    Training VAE and an Mixed-Loss VAE with normal network traffic, then implementing validation and test steps that fold in the attack traffic to ensure models' reconstruction error satisfactorily sep…

    Jupyter Notebook 1

  2. Diabetes-Supervised-Machine-Learning-Analysis-And-Prediction Diabetes-Supervised-Machine-Learning-Analysis-And-Prediction Public

    Forked from COGS118A/Group002-SP23

    Comparing logistic regression, decision tree, random forest, k-nearest neighbors, and SVMs in regard to binary prediction performance metrics.

    Jupyter Notebook

  3. Recipe-Review-Scoring-Algorithm-Regression Recipe-Review-Scoring-Algorithm-Regression Public

    Leveraging sentiment analysis and data augmentation to recreate recipe scoring algorithm with sparse data. Used MLPs and Gradient Boosting Regressors to compare regression metrics such as RMSE and …

    Jupyter Notebook

  4. Data-Analysis-EffectofNBAInjuriesonTeamRecord Data-Analysis-EffectofNBAInjuriesonTeamRecord Public

    Statistical analysis of potential association between a NBA team’s number and type of injuries to their record from the 2010-15 seasons. Prediction of 2016 season records given injury types and num…

    Jupyter Notebook

  5. Data-Analysis-SanDiegoCountyAutoAccidents Data-Analysis-SanDiegoCountyAutoAccidents Public

    Data analysis aimed at better understanding San Diego County automobile accidents while analyzing various features such as weather and dates from the 2021 year.

    1

  6. Traveling-Salesman-BranchandBoundDFS-StochasticLocalSearch Traveling-Salesman-BranchandBoundDFS-StochasticLocalSearch Public

    Bidirectional traveling salesman problem using branch and bound depth-first search and stochastic local search followed by a time complexity analysis.

    Python