데이터분석/ml

The walkthrough of mochine learning process

세모데 2020. 5. 28. 16:43

When we make the mochine learning model, we can progress with the following steps.

 

1. what to do and question

2. gather data  ( included clean data )

3. create features

4. normalize data

5. sample data  ( seperated test data )

6. tranning data

7. create model

8. evaluate model

9. deploy model