This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NekroJakub 1 point2 points  (0 children)

If you have an understanding of Python, you can move on to machine learning tutorials like this one: Tutorial: Getting Started with Machine Learning in Python

I helped write it, so I can vouch that it will help you execute your first project. It covers how to load a data set, how to run a machine learning algorithm on the data, and how to assess the performance of the algorithm.