-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sergio Herreros edited this page Nov 12, 2024
·
4 revisions
- In this repository, the progress carried out to completing the tasks of the course Machine Learning (ESI, Ciudad Real) will be uploaded. In this way, the project advancements will be updated and documented consistently.
- For each progress task, a different wiki section is specified in order to document everything correctly.
- Apply Machine Learning theory to practical Problems.
- Develop proficiency in ML algorithms and techniques.
- Maintain collaboration and common work while learning together.
-
In this first practice, we have to use a dataset of wine characteristics to predict the quality of wine by comparing the performance of regression and classification algorithms. Therefore, the procedure is:
1. Select and implement a classification and a regression algorithm to test. 2. Analyze their performance. 3. Draw conclusions based on the results. 4. Compare both models' performance. 5. Conclude which approach (regression vs. classification) is more suitable for this problem and why. - It is essential to justify the choice of each algorithm, the metrics selected and their interpretations. -
To access more information about the Wine Quality dataset, click here.
- Not started yet.
- Not started yet.