PROJECT DESCRIPTION
This is a new open source repository is dedicated to the development and exploration of machine learning models, with a primary focus on dataset preprocessing and datacleaning. Our goal is to build, analyze, and improve various machine learning classifiers while highlighting the importance of high-quality data preprocessing in achieving accurate and robust results.
- Enter into the specific folder as per your preferred classifier (if classifier is preferred then focus on data preprocessing steps by taking complex and raw datasets and play with it)
- Or if you would like to use multiple classifiers on a single dataset go into the multiclassifier models
- Create a folder with the name of your project (training title) in that folder
- Make a markdown file and specify the details of your ML model you are building (Detailed Documentation of process is required)
- Now load the dataset folder you are going to use for training, validation and testing if the datset is too big or if not possible to push include the link or source of the dataset in the top of markdown file you created before(kaggle, drive, etc...)
- Finally, start your training by making a JupyterNotebook in that folder, Explain the process happening in each cell (must include data visualization during the preprocessing steps)
Contributions are always welcome!
-
Fork the repository.
-
Clone the Repository
Once you have forked the repository, clone it to your local development environment using the following command:
https://github.com/<your_github_username>/AM_ACM-AI_ML_Models.git
Replace your-username with your GitHub username.
-
Create a Branch
Move into the project's directory and create a new branch for your contributions:
cd AM_ACM-AI_ML_Models git checkout -b my-feature-branch
Replace my-feature-branch with a descriptive branch name related to your changes.
-
Make Your Changes
Now it's time to work on your contributions!
-
Check the changed files
git status
-
Commit Your Changes
git add . git commit -m "<EXPLAIN-YOUR_CHANGES>"
-
Push to Your Forked Repository
git push origin my-feature-branch
Replace my-feature-branch with the name of your branch.
-
Create a Pull Request
Go to your forked repository on GitHub, and you should see a "Compare & pull request" button. Click on it to create a pull request (PR) from your branch to the main repository.
If you liked working on this project, do ⭐ and share this repository.
🎉 🎊 😃 Happy Contributing 😃 🎊 🎉