Skip to content

AnuragAnalog/kaggles-30-days-of-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle's 30 Days of Machine Learning

This is a four-week challenge that started on 2nd Aug, 2021

Week1

Day1

Day2

Day3

Day4

Day5

Day6

Day7

Week2

Day8

Day9

Day10

Day11

Day12

Day13

Day14

Week3 & Week4

Week3 and week4 is a invite only challenge

As soon as the challenge finishs, It will upload the link of the challenge

Welcome to the 30 Days of ML competition!

For the final two weeks of the program, you will work on this competition, open only to people who have signed up for the 30 Days of ML program. The top 10 teams will receive swag as prizes!

Data Description

For this competition, you will be predicting a continuous target based on a number of feature columns given in the data. All of the feature columns, cat0 - cat9 are categorical, and the feature columns cont0 - cont13 are continuous.

Files

  • train.csv - the training data with the target column
  • test.csv - the test set; you will be predicting the target for each row in this file
  • sample_submission.csv - a sample submission file in the correct format