kingrangE
article thumbnail
Kaggle - Introduce to Machine learning #3
Kaggle 2024. 2. 7. 16:30

#3 제목 : Your First Machine Learning Model 첫 머신 러닝 모델 만들기에 관한 내용이다. 모델링을 위한 데이터 선택 [ 원문 #1 ] Your dataset had too many variables to wrap your head around, or even to print out nicely. How can you pare down this overwhelming amount of data to something you can understand? We'll start by picking a few variables using our intuition. Later courses will show you statistical techniques to automatically..

Kaggle - Intro to Machine Learning #2
Kaggle 2024. 2. 6. 08:36

Pandas를 이용하여 데이터를 다루는 방법에 대한 이야기이다. Pandas를 이용하여 너의 데이터와 친해져라 [ 원문 #1 ] The first step in any machine learning project is familiarize yourself with the data. You'll use the Pandas library for this. Pandas is the primary tool data scientists use for exploring and manipulating data. Most people abbreviate pandas in their code as pd. We do this with the command [ 번역 #1 ] 어떤 머신 러닝 프로젝트에서 첫 걸음은 너의 데이..

article thumbnail
Kaggle 학습자료 - Intro to Machine Learning #1
Kaggle 2024. 1. 31. 14:02

캐글에서 제공하는 머신러닝 학습 자료입니다. Introduce 캐글은 시나리오를 통해서 알려주려고 합니다. 제공하는 시나리오는 다음과 같습니다. [ 원문 #1 ] Your cousin has made millions of dollars speculating on real estate. He's offered to become business partners with you because of your interest in data science. He'll supply the money, and you'll supply models that predict how much various houses are worth. You ask your cousin how he's predicted real estat..