Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 576 Bytes

Machine Learning

This book is talking about machine learning concepts especially for software developers. It will focus more on data preparation, analysis and choose one of the most popular data lanuage R to build a series of examples.

  • Data Analysis Process

    Collect -> Clean -> Analyze -> Report

  • Resources:

  1. http://machinelearningmastery.com/machine-learning-in-python-step-by-step/

https://cran.r-project.org/web/packages/data.table/vignettes/datatable-intro.html 3. Handle missing values: https://machinelearningmastery.com/handle-missing-data-python/