andrewhercules / date-a-scientist

Capstone project for Codecademy's Machine Learning Fundamentals course
0 stars 1 forks source link

Summary #2

Open alexander-dubinski opened 5 years ago

alexander-dubinski commented 5 years ago

Rubric Score

Criteria 1: Valid Python Code

Criteria 2: Exploration of Data

Criteria 3: Machine Learning Techniques used correctly

Criteria 4: Report - Are conclusions clear and supported by data?

Criteria 5: Code formatting

Overall Score: 18/20

Overall this project is very well done. The biggest issue is that the results were so bad but this can be investigated deeper in the future. Great job and happy coding!

andrewhercules commented 5 years ago

@addubinski, for Multiple Linear Regression and K Nearest Neighbors Regression, I computed the r-squared value using the .score function based on the lessons. But in your comment, I think I should have used a different value for the K Nearest Neighbors Regression. Could you please tell me which value to use?