AI/Kaggle 30 Days of ML
30 Days of ML with Kaggle [Day 15~30]- Competition Base Line Code
30 Days of ML with Kaggle [Day 15~30]- Competition Base Line Code
2021.08.2415일차에는 아래와 같은 매일을 받았다. Day15~Day30 까지는 지금까지 배운 것들을 응용해서 해당 competition을 참여한다. 대회의 대략적인 개요는 아래와 같다. 해당 competition은 보험금 청구 금액 target을 예측하는 대회이다. Base Line Code 제작 오늘은, 해당 competition을 위한 기본 baseline 코드를 작성해 보겠다. feature의 정보는 비공개이고, column cat0 ~ cat9 는 범주형, cont0 ~ cont13은 연속형 데이터라는 것만 알 수 있다. 쥬피터 노트북에서 데이터를 로드하고 확인해보면, 저런식으로 구성되어있고, 우리가 예측해야 하는 값은 target이다. train data를 y로 지정해준 다음, target column을..
Intermediate Machine Learning Certificate
Intermediate Machine Learning Certificate
2021.08.21
30 Days of ML with Kaggle [Day 14]-XGBoost, Data Leakage
30 Days of ML with Kaggle [Day 14]-XGBoost, Data Leakage
2021.08.21오늘은 Day14에 대한 내용이다. Today's Assignment - day 14 Read this tutorial (from Lesson 6 of the Intermediate ML course) Complete this exercise (from Lesson 6 of the Intermediate ML course) Read this tutorial (from Lesson 7 of the Intermediate ML course) Complete this exercise (from Lesson 7 of the Intermediate ML course) 이번 튜토리얼에서는 gradient boosting으로 모델을 구축하고 최적화하는 방법에 대해서 배운다. 이 방법은 많은 Kaggle competi..
30 Days of ML with Kaggle [Day 13]-Pipelines, Cross-Validation
30 Days of ML with Kaggle [Day 13]-Pipelines, Cross-Validation
2021.08.17Day13이다. 오늘 알아 볼 내용은 아래와 같다. Today's Assignment - day 13 Read this tutorial (from Lesson 4 of the Intermediate ML course) Complete this exercise (from Lesson 4 of the Intermediate ML course) Read this tutorial (from Lesson 5 of the Intermediate ML course) Complete this exercise (from Lesson 5 of the Intermediate ML course) Pipelines Introduction 파이프라인은 데이터 사전 처리 및 모델링 코드를 체계적으로 유지하는 간단한 방법이다. 특히..
30 Days of ML with Kaggle [Day 12]-Introduction, Missing Values, Categorical Variables
30 Days of ML with Kaggle [Day 12]-Introduction, Missing Values, Categorical Variables
2021.08.16오늘은 Day 12 이다. Intro to ML을 끝내고, Intermediate ML course을 시작한다. Today's Assignment - day 12 Read this tutorial (from Lesson 1 of the Intermediate ML course) Complete this exercise (from Lesson 1 of the Intermediate ML course) Read this tutorial (from Lesson 2 of the Intermediate ML course) Complete this exercise (from Lesson 2 of the Intermediate ML course) Read this tutorial (from Lesson 3 of th..
Kaggle Intro to Machine Learning Certificate