Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 773 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 773 Bytes

FirstMLModel

A simple example to train a Machine Learning model. It's just a quick glimpse of training models.

I hope it could be your first step in Machine Learning.

Environment Preparation

Python 2.7, numpy, pandas and sklearn are required.

You can download an Anaconda for a easy setup.

Description

CoreMLModelDemo.py shows minimum codes to train a model which can predict a person's weight by his gender and height.

More details about this demo in Chinese.