Bhasfe / ml-algorithms

Implementation of most commonly used machine learning algorithms
3 stars 3 forks source link

K-modes #2

Open Bhasfe opened 4 years ago

Bhasfe commented 4 years ago

K-means algorithm is needed to be added.

  1. It should be implemented in a single Jupyter Notebook. Algorithm. The notebook should be in a proper folder, it should contain Introduction, explanation, EDA, FE (if necessary), and the model sections. You can look at other notebooks that I added to the repository.
  2. If you need a dataset that is not in the repository. You can upload it to ml-algorithms/datasets/. Don't forget to give the source of the dataset in Sources.txt