Skip to content

Instantly share code, notes, and snippets.

@maheshwarLigade
Last active August 2, 2023 20:23
Show Gist options
  • Save maheshwarLigade/be71b72a1a62a2d99f05d24d11c419af to your computer and use it in GitHub Desktop.
Save maheshwarLigade/be71b72a1a62a2d99f05d24d11c419af to your computer and use it in GitHub Desktop.
Best practices for machine learning project
Below are the some genric steps every one has to follow while working on any machine learning project.
1. Gathering data
2. Preparing that data
3. Choosing a model
4. Training
5. Evaluation
6. Hyperparameter tuning
7. Prediction.
This are the simple steps everyone and each machine lerning project has to follow.
@HabibiErfan
Copy link

thats really helpful; can you send book/paper reference of these steps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment