Data Science Project from Scratch - Part 1 (Project Planning)

Ken Jee · Beginner ·📰 AI News & Updates ·6y ago

Key Takeaways

Ken Jee introduces a new series, Data Science Project from Scratch, and goes through the planning and idea creation phase for a data science project, covering idea generation, data collection, and problem solving.

Full Transcript

hello everyone that can hear if you're new to my channel I'm a data scientist that produces data science and sports analytics content today I'd like to introduce you to a new series that I've been working on as you probably know I think that data science projects look great to potential employers and are the best possible way to learn the field I've been getting quite a few requests for me to do a basic project from scratch you guys asked and I listened in this series I'll go through a data science project from start to finish this includes the planning phase which is idea generation data collection data cleaning exploratory data analysis model building and the production process like actually putting the code into production I'm gonna try to do a minimal editing so you can see the areas where I get stuck and how I work through them I'm also going to build out a github repo and keep it up keep it up to date you're welcome to follow along but I recommend you trying to build your own project by loosely following the steps rather than copying mine if you enjoy this video and would like to see more similar to it please like subscribe and turn on notifications also please let me know if I can improve this in any way in the comment section below okay let's start the data science project planning process first you have to come up with an idea which can be very difficult there are generally two approaches to coming up with a good idea you can either look first at what data is available and then do a project on what you find or you can start with the problem that you want to solve and then go out and collect or find the relevant data I'll leave their brainstorm problems I'd like to solve or I'll read about them and try to apply them for the second the second way of finding a project I personally think that finding our own data for a problem that you're interested in is a more interesting approach in general and also for employers still let's quickly go through both methodologies so for the first style you can basically go through kaggle data sets or Google data sets and find something that's interesting you can generally just download these data sets and bordel and skip the data collection phase so let's do that real quickly I'm going to log on to cattle here so and then I'm already logged in you'll just have to login for your own thing you can go to data here you can search by the hottest data sets so obviously the the pandemic is is front of mine right now and there's a lot of data sets associated to that so that could be a really potentially interesting project you know we're looking at hospital beds air pollution really a lot of interesting stuff there obviously I like sports so let's look at sports here data set filtering so let's look at Olympic sports medals that could be pretty interesting and we can see a sample of the data here if I want to actually just use this I would click download and then I could get started in my in my Python notebook so again that's a really quick and fast way to get data they have a lot of good data on kaggle but for the intents and purposes of this project I think I'd like to actually you know go in and collect my own data so for this project I want to come up with my own problem to solve and I also want to scrape my own data I come up with project ideas by choosing a few high level areas and then whittling them down to more specific outcomes let's go through kind of a whiteboard brainstorming session now real quickly alright so let's kind of go through a brainstorming process for data science projects here real quickly I really recommend that you doing project that you do projects that you're you're interested in and in terms of the subject matter or that a potential audience is interested in so you know if you want to get a job in agriculture you know working as a data scientist you're probably well off to do projects related to agriculture for your portfolio that would probably really help you out so for my use case I'm always interested in sports I haven't done anything on tennis and that would be an interesting learning experience for me I also haven't done anything on soccer so that could be interesting I think it's kind of meta to do data science projects on data science so we could look at like some career to career type stuff resume like types of positions that's pretty promising there's also like a pandemic going on and we could try and understand that better I don't really want to do it on the pandemic I think that that's a little bit grim for this video sports I do a lot of stuff on sports and I kind of want to mix it up and I think that something that would give the most value to you guys is if I were to do in actual projects that can help you understand at the data science career landscape better so let's kind of dive further into this one here so something that I personally think is relevant is that you know data science positions are different across the country and that's generally reflected in salary so maybe we could try and predict the salary of data science positions based on the like maybe the job title like some info about the company and geography cool I think that that's something that data probably shouldn't be too hard to find and that would be meaningful because we could probably build a cool project or a product where you plug in that information and it spits up maybe a range of salaries so if you're trying to negotiate you're trying to do something like that that would be a cool tool that would be useful to you okay so after some whiteboard chicken scratch we've now got a project idea so in implementing this project idea we next have to figure out what data we want to collect I know that there's probably some salary data and some company data on LinkedIn and Glassdoor so those are probably the places we're gonna look first to to try and collect data from in my next video I'll look in how to actually scrape that data and I'll try and implement it for you guys please stay tuned for the second installment and good luck on your day science journey

Original Description

This is part 1 of my new series, Data Science Project from Scratch. In this video I go through the planning and idea creation for this new data science project. I have gotten quite a few requests to do data science project from scratch. I also left these series mostly unedited so you can see me get stuck and how I figure out the path forward. The next phases of the project are, data collection, data cleaning, eda, model building, and productionzation. For data science project ideation, you generally have two approaches. You can look through available data on kaggle or google data, or you can come up with an idea and then go out and find your data. In this video, I show you how to do both approaches. I end up choosing a data science project based on a simple whiteboarding session. We will try to predict data science salaries based on data scraped from glassdoor or linkedin. In part 2 I will show you how to scrape your data and how to set up a github repo. Project from scratch playlist: https://www.youtube.com/watch?v=MpF9HENQjDo&list=PL2zq7klxX5ASFejJj80ob9ZAnBHdz5O1t My other project playlist: https://www.youtube.com/playlist?list=PL2zq7klxX5AReJn7nZfqOKLZ3IpKj7fwc #DataScience #KenJee #DataScienceProject ⭕ Subscribe: https://www.youtube.com/c/kenjee1?sub_confirmation=1 🎙 Listen to My Podcast: https://www.youtube.com/c/KensNearestNeighborsPodcast 🕸 Check out My Website - https://kennethjee.com/ ✍️Sign up for My Newsletter - https://www.kennethjee.com/newsletter 📚 Books and Products I use - https://www.amazon.com/shop/kenjee (affiliate link) Partners & Affiliates 🌟 365 Data Science - Courses ( 57% Annual Discount): https://365datascience.pxf.io/P0jbBY 🌟 Interview Query - https://www.interviewquery.com/?ref=kenjee MORE DATA SCIENCE CONTENT HERE: 🐤My Twitter - https://twitter.com/KenJee_DS 👔 LinkedIn - https://www.linkedin.com/in/kenjee/ 📈 Kaggle - https://www.kaggle.com/kenjee 📑 Medium Articles - https://medium.com/@kenneth.b.jee 💻 Github -
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Ken Jee · Ken Jee · 0 of 60

← Previous Next →
1 Predicting Crypto-Currency Price Using RNN lSTM & GRU
Predicting Crypto-Currency Price Using RNN lSTM & GRU
Ken Jee
2 Predicting Season Long NBA Wins Using Multiple Linear Regression
Predicting Season Long NBA Wins Using Multiple Linear Regression
Ken Jee
3 How I Became A Data Scientist From a Business Background
How I Became A Data Scientist From a Business Background
Ken Jee
4 Should You Get A Masters in Data Science?
Should You Get A Masters in Data Science?
Ken Jee
5 How to Simulate NBA Games in Python
How to Simulate NBA Games in Python
Ken Jee
6 Demystifying Data Science Roles
Demystifying Data Science Roles
Ken Jee
7 The Best Way to Predict NBA Minutes Played
The Best Way to Predict NBA Minutes Played
Ken Jee
8 IT'S NOT TOO LATE TO LEARN CODE!
IT'S NOT TOO LATE TO LEARN CODE!
Ken Jee
9 My Top 5 Data Science Resources for 2019
My Top 5 Data Science Resources for 2019
Ken Jee
10 Watch This Before Applying to Data Science Jobs
Watch This Before Applying to Data Science Jobs
Ken Jee
11 Where YOU Should Start With Data Science Projects
Where YOU Should Start With Data Science Projects
Ken Jee
12 Welcome To My Channel | Ken Jee | Data Science
Welcome To My Channel | Ken Jee | Data Science
Ken Jee
13 Why You DON'T Want to be a WFH Data Scientist
Why You DON'T Want to be a WFH Data Scientist
Ken Jee
14 Was Captain Marvel Bad? A Sentiment Analysis of Twitter Data
Was Captain Marvel Bad? A Sentiment Analysis of Twitter Data
Ken Jee
15 Data Science, Machine Learning, and AI: What's the Difference?
Data Science, Machine Learning, and AI: What's the Difference?
Ken Jee
16 Data Science: Startup vs. Large Corporation
Data Science: Startup vs. Large Corporation
Ken Jee
17 Where to Look for Data Science Jobs
Where to Look for Data Science Jobs
Ken Jee
18 Work From Home Data Scientist: Day in the Life
Work From Home Data Scientist: Day in the Life
Ken Jee
19 Scrape Twitter Data in Python with Twitterscraper Module
Scrape Twitter Data in Python with Twitterscraper Module
Ken Jee
20 Should You Learn R for Data Science?
Should You Learn R for Data Science?
Ken Jee
21 NASA Physicist Turned Data Scientist (Tim Bowling) - KNN EP. 02
NASA Physicist Turned Data Scientist (Tim Bowling) - KNN EP. 02
Ken Jee
22 I Wish I Had Known THIS Before Starting in Data Science
I Wish I Had Known THIS Before Starting in Data Science
Ken Jee
23 What I Learned From My Three Degrees
What I Learned From My Three Degrees
Ken Jee
24 Most Data Science Hopefuls Overlook This Important Skill
Most Data Science Hopefuls Overlook This Important Skill
Ken Jee
25 Golf STATS: Strokes Gained Explained
Golf STATS: Strokes Gained Explained
Ken Jee
26 My Top 5 Data Science Internship Tips
My Top 5 Data Science Internship Tips
Ken Jee
27 How I Got My First Data Science Internship (And How You Can Land One)
How I Got My First Data Science Internship (And How You Can Land One)
Ken Jee
28 Data Science: Pros and Cons
Data Science: Pros and Cons
Ken Jee
29 Data Science Fundamentals: Data Exploration in Python (Pandas)
Data Science Fundamentals: Data Exploration in Python (Pandas)
Ken Jee
30 Data Science Fundamentals: Data Manipulation in Python (Pandas)
Data Science Fundamentals: Data Manipulation in Python (Pandas)
Ken Jee
31 What Does a Data Scientist Actually Do?
What Does a Data Scientist Actually Do?
Ken Jee
32 The Projects You Should Do To Get A Data Science Job
The Projects You Should Do To Get A Data Science Job
Ken Jee
33 Take Your Data Science Projects From Good to Great
Take Your Data Science Projects From Good to Great
Ken Jee
34 How To Get Data Science Experience (Without a Job)
How To Get Data Science Experience (Without a Job)
Ken Jee
35 Data Science Fundamentals: Data Cleaning in Python
Data Science Fundamentals: Data Cleaning in Python
Ken Jee
36 Is Data Science Right For You?
Is Data Science Right For You?
Ken Jee
37 Thank You For The Support | What's Next | Ken Jee | Data Science
Thank You For The Support | What's Next | Ken Jee | Data Science
Ken Jee
38 How To Build A Word Cloud From Scraped Data (Python)
How To Build A Word Cloud From Scraped Data (Python)
Ken Jee
39 6 Habits of Successful Data Scientists
6 Habits of Successful Data Scientists
Ken Jee
40 How Far Should the NBA 3-Point Line Actually Be?
How Far Should the NBA 3-Point Line Actually Be?
Ken Jee
41 How to Stay Productive & Motivated When Learning Data Science
How to Stay Productive & Motivated When Learning Data Science
Ken Jee
42 Why is Balance Important in Data Science?
Why is Balance Important in Data Science?
Ken Jee
43 By The Numbers: Where Should The NBA Put a 4 Point Line?
By The Numbers: Where Should The NBA Put a 4 Point Line?
Ken Jee
44 Why Selling Is An Important Data Science Skill
Why Selling Is An Important Data Science Skill
Ken Jee
45 Applying Data Science To My YouTube Data: My Surprising Findings
Applying Data Science To My YouTube Data: My Surprising Findings
Ken Jee
46 9 Ways You Can Make Extra Income as a Data Scientist
9 Ways You Can Make Extra Income as a Data Scientist
Ken Jee
47 Sports Analytics 101: The Pythagorean Theorem of Sports
Sports Analytics 101: The Pythagorean Theorem of Sports
Ken Jee
48 Golf: Would You Rather Be the LONGEST or STRAIGHTEST Driver on the PGA Tour?
Golf: Would You Rather Be the LONGEST or STRAIGHTEST Driver on the PGA Tour?
Ken Jee
49 Data Science Fundamentals: Linear Regression
Data Science Fundamentals: Linear Regression
Ken Jee
50 How YOU Can Land a Sports Analytics Job
How YOU Can Land a Sports Analytics Job
Ken Jee
51 The 5 Stages of Data Science Adoption
The 5 Stages of Data Science Adoption
Ken Jee
52 Math Needed for Mastering Data Science
Math Needed for Mastering Data Science
Ken Jee
53 5 Sports Analytics Books to Get You Started
5 Sports Analytics Books to Get You Started
Ken Jee
54 3 Reasons You Should NOT Become a Data Scientist
3 Reasons You Should NOT Become a Data Scientist
Ken Jee
55 Collision Course: Sports Betting + Data Science
Collision Course: Sports Betting + Data Science
Ken Jee
56 How to Scrape NBA Data Using the nba_api Python Module
How to Scrape NBA Data Using the nba_api Python Module
Ken Jee
57 5 Data Science Resolutions for 2020
5 Data Science Resolutions for 2020
Ken Jee
58 The Data Science Interview: What to Expect
The Data Science Interview: What to Expect
Ken Jee
59 The 9 Books That Changed My Perspective in 2019
The 9 Books That Changed My Perspective in 2019
Ken Jee
60 Questions You Should Ask Your Data Science Interviewers
Questions You Should Ask Your Data Science Interviewers
Ken Jee

Ken Jee introduces a new series, Data Science Project from Scratch, and covers the planning and idea creation phase for a data science project. He discusses idea generation, data collection, and problem solving, and provides tips for finding relevant data and planning a project.

Key Takeaways
  1. Brainstorm project ideas
  2. Research available datasets
  3. Choose a project idea
  4. Identify relevant data sources
  5. Plan data collection and cleaning
💡 Finding a project idea that is interesting and relevant is crucial for a successful data science project

Related Reads

📰
When Tradition Meets Artificial Intelligence: The Future of Japanese Work Culture
Explore how AI is transforming traditional Japanese work culture and what this means for the future of business and society
Medium · AI
📰
Crypto Market Navigates Institutional Inflows and Innovation Amidst Rising AI Scam Threats and Valuation Deb Concerns
Learn how AI scam threats and valuation concerns impact crypto market navigation amidst institutional inflows and innovation
Dev.to AI
📰
IQE bets on AI data-centre demand to drive 20% sales growth in 2026
IQE expects 20% sales growth in 2026 driven by AI data-centre demand, learn how AI is transforming the semiconductor industry
The Next Web AI
📰
Judge signs off on Anthropic’s $1.5bn book piracy settlement, the biggest in US copyright history
Anthropic settles for $1.5bn in a copyright infringement case, the largest in US history, for training its Claude models on pirated books
The Next Web AI
Up next
Nobody Actually Wants AI
BusinessCringe
Watch →