Machine learning beginner to Kaggle competitor in 30 days. Non-coders welcome. The program starts Monday, August 2, and lasts four weeks. It's designed for people who want to learn machine learning.

Overview

30-Days-of-ML-Kaggle 🔥

About the Hands On Program 💻

Machine learning beginner → Kaggle competitor in 30 days. Non-coders welcome

The program starts Monday, August 2, and lasts four weeks. It's designed for people who: ✏️

  • Have not coded in Python much (or at all!)
  • Want to make the most of Kaggle, but aren't sure how.

Program Highlights

  • 2 weeks of daily, hands-on assignments (with emails to keep you on track)
  • Course completion certificates
  • Learning community chat room access
  • Elective workshops by Google's Developer Expert Data Science Program
  • Invitation to a beginner-friendly, invite-only Kaggle competition
  • Competition prizes (Kaggle Swag for top 10 teams on leaderboard)

📌 Table of Content

Day 📆 Task Code Link 🔗
01 Titanic-Random Forest Day_01_Link
02 Hello, Python Day_02_Link
03 Function & Getting Help Day_03_Link
04 Booleans and Conditionals Day_04_Link
05 Lists and Loops & List Comprehensions Day_05_Link
06 Strings and Dictioniaries Day_06_Link
07 Working with External Libraries Day_07_Link
08 Model-Work & Basic-Data-Exploration Day 08_Link
09 First-Machine-Learning-Model-and-Model-Validation Day 09 Link
10 Underfitting-and-Overfitting-&-Random-Forests Day 10_Link
11 Machine-Learning-Competitions Day 11 Link
12 Introduction-to-Missing-values-&categorical-values Day 12 Link
13 Pipelines-&-Cross-validations Day 13 Link
14 XGBoost-&-Data-validation Day 14 Link
15 15 Day Kaggle Competition Day_15_link
16 16 Day Kaggle Competition Day_16_link
17 17 Day Kaggle Competition Day_17_link
18 18 Day Kaggle Competition Day_18_link
19 19 Day Kaggle Competition Day_19_link
20 20 Day Kaggle Competition Day_20_link
21 Final-Days-21-30 Kaggle Day_21_30_link

Save a copy with you !!

Fork 🍴 the repository

Learned Something !!

Give a 🌟 to support me 😊

@misc{Charged Neuron,
    author       = {Roja Achary},
    title        = {30-Days-Of-ML-Kaggle},
    month        = {August-Sept},
    year         = {2021}
}
Owner
Roja Achary
🔦 ☁️ Data Nerd, NLP Engineer, Machine Learning, Statistics 📊, Manufacturing Grad📌
Roja Achary
Sprint planner considering JIRA issues and google calendar meetings schedule.

Sprint planner Sprint planner is a Python script for planning your Jira tasks based on your calendar availability. Installation Use the package manage

Apptension 2 Dec 05, 2021
Here are my graphs for hw_02

Let's Have A Look At Some Graphs! Graph 1: State Mentions in Congressperson's Tweets on 10/01/2017 The graph below uses this data set to demonstrate h

7 Sep 02, 2022
Python package to visualize and cluster partial dependence.

partial_dependence A python library for plotting partial dependence patterns of machine learning classifiers. The technique is a black box approach to

NYU Visualization Lab 25 Nov 14, 2022
This plugin plots the time you spent on a tag as a histogram.

This plugin plots the time you spent on a tag as a histogram.

Tom Dörr 7 Sep 09, 2022
I'm doing Genuary, an aritifiacilly generated month to build code that make beautiful things

Genuary 2022 I'm doing Genuary, an aritifiacilly generated month to build code that make beautiful things. Every day there is a new prompt for making

Joaquín Feltes 1 Jan 10, 2022
🌀❄️🌩️ This repository contains some examples for creating 2d and 3d weather plots using matplotlib and cartopy libraries in python3.

Weather-Plotting 🌀 ❄️ 🌩️ This repository contains some examples for creating 2d and 3d weather plots using matplotlib and cartopy libraries in pytho

Giannis Dravilas 21 Dec 10, 2022
Statistical data visualization using matplotlib

seaborn: statistical data visualization Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing

Michael Waskom 10.2k Dec 30, 2022
Histogramming for analysis powered by boost-histogram

Hist Hist is an analyst-friendly front-end for boost-histogram, designed for Python 3.7+ (3.6 users get version 2.4). See what's new. Installation You

Scikit-HEP Project 97 Dec 25, 2022
A tool for creating Toontown-style nametags in Panda3D

Toontown-Nametag Toontown-Nametag is a tool for creating Toontown Online/Toontown Rewritten-style nametags in Panda3D. It contains a function, createN

BoggoTV 2 Dec 23, 2021
Simple CLI python app to show a stocks graph performance. Made with Matplotlib and Tiingo.

stock-graph-python Simple CLI python app to show a stocks graph performance. Made with Matplotlib and Tiingo. Tiingo API Key You will need to add your

Toby 3 May 14, 2022
Comparing USD and GBP Exchange Rates

Currency Data Visualization Comparing USD and GBP Exchange Rates This is a bar graph comparing GBP and USD exchange rates. I chose blue for the UK bec

5 Oct 28, 2021
A simple, fast, extensible python library for data validation.

Validr A simple, fast, extensible python library for data validation. Simple and readable schema 10X faster than jsonschema, 40X faster than schematic

kk 209 Sep 19, 2022
Python implementation of the Density Line Chart by Moritz & Fisher.

PyDLC - Density Line Charts with Python Python implementation of the Density Line Chart (Moritz & Fisher, 2018) to visualize large collections of time

Charles L. Bérubé 10 Jan 06, 2023
Visualize tensors in a plain Python REPL using Sparklines

Visualize tensors in a plain Python REPL using Sparklines

Shawn Presser 43 Sep 03, 2022
Displaying plot of death rates from past years in Poland. Data source from these years is in readme

Average-Death-Rate Displaying plot of death rates from past years in Poland The goal collect the data from a CSV file count the ADR (Average Death Rat

Oliwier Szymański 0 Sep 12, 2021
Tandem Mass Spectrum Prediction with Graph Transformers

MassFormer This is the original implementation of MassFormer, a graph transformer for small molecule MS/MS prediction. Check out the preprint on arxiv

Röst Lab 13 Oct 27, 2022
Render tokei's output to interactive sunburst chart.

Render tokei's output to interactive sunburst chart.

134 Dec 15, 2022
Plot-configurations for scientific publications, purely based on matplotlib

TUEplots Plot-configurations for scientific publications, purely based on matplotlib. Usage Please have a look at the examples in the example/ directo

Nicholas Krämer 487 Jan 08, 2023
A high performance implementation of HDBSCAN clustering. http://hdbscan.readthedocs.io/en/latest/

HDBSCAN Now a part of scikit-learn-contrib HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with Noise. Performs DBSCAN over va

Leland McInnes 91 Dec 29, 2022
Material for dataviz course at university of Bordeaux

Material for dataviz course at university of Bordeaux

Nicolas P. Rougier 50 Jul 17, 2022