Bhasfe / ml-algorithms

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

Linear Discriminant Analysis #6

Open Bhasfe opened 3 years ago

Bhasfe commented 3 years ago

Linear Discriminant Analysis 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
SaabriinMo commented 8 months ago

Hi, i would like to implement this if thats okay!