30 Days of ML with Kaggle [Day 11]-Machine Learning Competitions
반응형
Day 11이다! 오늘은 intro to ML 의 lesson 7이다.
Today's Assignment - day 11
- Read this tutorial (from Lesson 7 of the Intro to ML course)
- Complete this exercise (from Lesson 7 of the Intro to ML course)
Machine Learning Competitions
머신러닝 대회는 데이터사이언스 기술을 향상시키고, 진행 상황을 측정하는 좋은 방법이다.
다음 연습에서 House Prices Competition for Kaggle Learn Users. 의 결과를 작성하여 제출해라.
이번에 참여하면서 신경썻던 부분은 features 선정이었는데,
y축은 "SalePrice"로 고정해놓고 x축을 여러 feautures를 대입해보면서 유의미한 상관관계가 있는지 파악하는 것 부터 시작했다.
위의 사진처럼 유의미한 상관관계가 있을 경우 feature로 사용했다.
직접 competition에 참여하여 최초 제출한 코드를 공유한다! 시간날때마다 조금씩 계속 개선시켜 나가보려고한다.(다른거 공부하느라 못건들수도!!)
https://github.com/mgkim-developer/30-Days-of-ML-with-Kaggle/blob/main/30-days-of-ml-day-11-housing-prices.ipynb
반응형
'AI > Kaggle 30 Days of ML' 카테고리의 다른 글
댓글
이 글 공유하기
다른 글
-
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 -
Kaggle Intro to Machine Learning Certificate
Kaggle Intro to Machine Learning Certificate
2021.08.14 -
30 Days of ML with Kaggle [Day 10]-Underfitting and Overfitting, Random Forests
30 Days of ML with Kaggle [Day 10]-Underfitting and Overfitting, Random Forests
2021.08.13 -
30 Days of ML with Kaggle [Day 9]-Your First Machine Learning Model, Model Validation
30 Days of ML with Kaggle [Day 9]-Your First Machine Learning Model, Model Validation
2021.08.11