Skip to content
View chop-dev's full-sized avatar
👽
typing...
👽
typing...
  • Cape Town, South Africa
  • 05:53 (UTC +02:00)
Block or Report

Block or report chop-dev

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
chop-dev/README.md

this is my github profile

Pinned Loading

  1. polynomial-regression polynomial-regression Public

    This program implements linear regression with polynomial features using the sklearn library in Python. The program uses a training set of data and plots a prediction using the Linear Regression mo…

    Python 1

  2. kmeans kmeans Public

    This program is an implementation of the K-Means clustering algorithm. It can be used to group similar data points together and form clusters.

    Python 1

  3. calculator calculator Public

    This program is a calculator app that I created to learn and improve my React.js and CSS skills

    JavaScript 1

  4. isbn-checker isbn-checker Public

    The International Standard Book Number (ISBN) is a unique identifying number given to each published book. This project is a checker to see if the ISBN is valid

    Java