/Mushrooms-Project

Machine learning algorithm for classifying whether mushrooms are poisonous or not by their features.

Primary LanguagePython

Mushrooms, poisonous or not

This repository is my solution to a project of Introduction to Algorithms course of UNB.

🚀 How to execute:

  • Clone the repository using git clone
  • Unzip the zip file
  • Install the dependencies (os)
  • Run python check.py to check if all tests are correct.

Observation: Let me know if you any of my tests are incorrect!

🔎 Understanding:

  • First, the main ideia of this project is based on K-nearest neighbors algorithm, so if you' re not familiar with it, go check it out here

Autoplay