Skip to content
View tousif101's full-sized avatar

Block or report tousif101

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. MoviePredictor MoviePredictor Public

    Use Pandas for Data Cleaning and use Scikit-Learn machine learning algorithm to create a movie rating system.

    Python 3 2

  2. AgglomirationFromScratch AgglomirationFromScratch Public

    Implement a clustering algorithm from scratch. Agglomeration.

    Python

  3. KMeansClustering KMeansClustering Public

    Implement KMeans without scikit-learn

    Python 1

  4. DecisionTreeFromScratchPython DecisionTreeFromScratchPython Public

    Implement a decision tree from scratch without using any external libraries

    Python