About Artificial Intelligence
Learned about Data analysis
-dropna(axis=0)
빠른 Model Training을 위해 Stratified sampling과 MissingDataProcessing을 조금 미루고 dropna()로 nan값을 다 제거하고 바로 training을 시도 해 보았습니다.
-dropna의 axis parameter는 default가 0이며, 이는 빈 row를 제거합니다. 1로 설정하면 빈 value가 있는 column자체를 제거합니다.
-random_state=1는 좋은 연습용 설정이며, 설정에 관계없이 같은 결과값을 보여줍니다.
본 내용은 'Hands-On Machine Learning with Scikit-Learn and TensorFlow' 도서를 참고하였습니다.
About something new
To-do list
- [x] Get up at 7 10
- [x] Organize the blanket
- [x] Put the flower on the windowsill
- [x] Ask Bill
- [x] Do machine learning
- [x] One day One commit
- [x] Get the supplements and the chocolate, make some water.
- [x] Drink coffee, Do the diary about sleeping and thoughts
- [x] Stretch your body for 20 min
- [x] Do Eng words
- [x] Go for cardio
- [x] Have time to think about something new
- [x] Brush up on
- [x] Do blogging
- [x] Do out-put, Skim through again
- [x] Read AI news And the news
- [x] Do Intermittent fasting at 7
- [x] Stretch Ulnar nerve with 원동력 exercise
- [x] Put the flower back from the windowsill
- [x] Read books
- [x] Organize the day and create the next day's plan
'Footstep . 발자취' 카테고리의 다른 글
2020/05/11 Foot step (0) | 2020.05.11 |
---|---|
2020/05/10 Foot step (0) | 2020.05.10 |
2020/05/8 Foot step (0) | 2020.05.08 |
2020/05/7 Foot step (0) | 2020.05.07 |
2020/05/6 Foot step (0) | 2020.05.06 |