본문 바로가기

Footstep . 발자취

2020/05/2 Foot step

About Artificial Intelligence

Learned about DataPreprocessing

-value_counts()

이 Mathod를 사용하면 지정한 column에 대한 샘플의 개수를 확인.

-describe()

이 Mathod를 사용하면 data의 평균, 편차 최대 등의 정보를 한눈에 알 수 있는데, default가 numeric만 출력하기 때문에 (include = 'all')을 추가하여 모든 column을 출력할 수 있다.

-MissingDataProcessing

data차원이 커지고 Nan값이 많다면 MissingDataProcessing과정이 번거로워질 수 있기 때문에 Imputer를 사용해 간단하게 nan값을median으로 채움. 단, Non-numeric data는 아직 해결 못함.


About something new


To-do list

  • [x] Get up at 7 40
  • [x] Organize the blanket
  • [x] Put the flower on the windowsill
  • [x] Turn the hip hop jazz
  • [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
  • [x] Read AI news And the news
  • [x] walnut and almonds
  • [x] Do Intermittent fasting at 7
  • [x] Stretch Ulnar nerve with 원동력 exercise
  • [x] Put the flower back from the windowsill
  • [x] Read book
  • [x] Organize the day and create the next day's plan

'Footstep . 발자취' 카테고리의 다른 글

2020/05/4 Foot step  (0) 2020.05.04
2020/05/3 Foot step  (0) 2020.05.03
2020/5/1 Foot step  (0) 2020.05.01
2020/04/30 Foot step  (0) 2020.04.30
2020/04/29 Foot step  (0) 2020.04.29