khanhduyn / CoderSchool

Coder School lab + ass
0 stars 0 forks source link

Thanks! #1

Open coderschoolreview opened 6 years ago

coderschoolreview commented 6 years ago

The goal of this assignment was to introduce you to 2 main concepts in Machine Learning: Data Pre-processing, and Classification. You learned how to query and clean data using the pandas library in Python, and built a simple Machine Learning Classifier based on the K Nearest Neighbors algorithm.

Looks like you know python quite well - your code could be cleaner, though. Your final submission has lots of commented code (and no actual comments) so it's a little difficult to follow.

Good job on completing the main requirements of the assignment. In future weeks help the grader understand better comments or documentation sections in your code will be helpful. But great job with the plot and overall results.

coderschoolreview commented 6 years ago

A couple of extra comments for assignment 1:

coderschoolreview commented 6 years ago

Assignment 2

The goal of this assignment was to introduce you to three new classification techniques and to understand how to select the best parameters and features for them. You learned how to use python built-in functions (GridSearchCV, SelectKBest, RFE, SelectFromModel) to try out new models (Support Vector Machines, Random Forests, and Logistic Regression) and test different permutations of parameter values and features, and analyze your results to help build better machine learning models.

EXCELLENT job! You are clearly very comfortable with programming and Python.

Great work on the following:

Some suggestions:

Overall, amazing work. Keep it up !!!

coderschoolreview commented 6 years ago

Assignment 3

The goal of this assignment was to introduce you to three new Natural Language Processing techniques, and to understand how to perform some basic sentiment analysis on song lyrics using these methods. You learned how to clean and prepare textual information for NLP, and then apply the following approaches: Bag Of Words, TF-IDF, and Doc2Vec. You used your prior knowledge of Python estimators, feature selection, and parameter optimization techniques to produce feature vectors from these NLP methods to make predictions on the moods of songs using their lyrics.

Amazing work. You do a great job on all the assignments and your submissions are always impressive.

What you did well:

Some notes:

Overall, excellent work!!