Skip to content
View SammySuliman's full-sized avatar

Block or report SammySuliman

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. Diabetes-ML-project Diabetes-ML-project Public

    Designed a supervised learning model to predict diabetes incidence in a population, applied + optimized several ML algorithms to find the most accurate predictor. Exported deployable model through …

    Jupyter Notebook 2

  2. Movie-Review-Classifier Movie-Review-Classifier Public

    Designed a supervised learning model to classify web-scraped movie reviews into more than 2 classes using NLP

    Jupyter Notebook

  3. Music-Recommender-System Music-Recommender-System Public

    A system I built to offer artist recommendations to music enjoyers. Containerized with Docker. I found the dataset I used here: https://github.com/nachiketmparanjape/Music-Recommender-last.fm

    Jupyter Notebook

  4. The-EM-Algorithm-in-Information-Geometry The-EM-Algorithm-in-Information-Geometry Public

    Some applied methods I wrote for my undergraduate thesis in information geometry

    Jupyter Notebook

  5. Voter-Data-Analysis-in-Spark Voter-Data-Analysis-in-Spark Public

    Analyzing voter patterns in big data of all voters in a US state using PySpark. Originally created+deployed via Google Cloud Platform.

    Jupyter Notebook

  6. ReducedGridSearchCV ReducedGridSearchCV Public

    A modified version of the scikit-learn GridSearchCV algorithm that operates in significantly less time with roughly equal performance.

    Python