Black Friday Sales Prediction Analysis (Regression) | Machine Learning | Python

  Рет қаралды 9,796

Hackers Realm

Hackers Realm

Күн бұрын

⭐️ Content Description ⭐️
In this video, I have explained about black friday sales prediction analysis. This is a regression problem. I have done EDA(graph visualization), preprocessing, Encoding, Model Training, etc., The future works are hyperparameter tuning, normalization, try different model, creation of new attributes, etc.,
Text-based Tutorial: www.hackersrealm.net/post/bla...
GitHub Code Repo: bit.ly/mlcoderepo
🌐 Website: www.hackersrealm.net
🔔 Subscribe: bit.ly/hackersrealm
🗓️ 1:1 Consultation with Me: calendly.com/hackersrealm/con...
📷 Instagram: / aswintechguy
🔣 Linkedin: / aswintechguy
🎯 GitHub: github.com/aswintechguy
🎬 Share: • Black Friday Sales Pre...
⚡️ Data Structures & Algorithms tutorial playlist: bit.ly/dsatutorial
😎 Hackerrank problem solving solutions playlist: bit.ly/hackerrankplaylist
🤖 ML projects tutorial playlist: bit.ly/mlprojectsplaylist
🐍 Python tutorial playlist: bit.ly/python3playlist
💻 Machine learning concepts playlist: bit.ly/mlconcepts
✍🏼 NLP concepts playlist: bit.ly/nlpconcepts
🕸️ Web scraping tutorial playlist: bit.ly/webscrapingplaylist
Make a small donation to support the channel 🙏🙏🙏:-
🆙 UPI ID: hackersrealm@apl
💲 PayPal: paypal.me/hackersrealm
🕒 Timeline
00:00 Introduction to Black Friday Sales Analysis
03:09 Import modules and load data using pandas
05:08 Statistics data information
08:59 Exploratory Data Analysis of black friday sales
22:35 Preprocessing the black friday sales data
29:29 Correlation matrix for black friday sales
31:40 Splitting the data for input & output
32:37 Model Training & Testing for black friday sales
#blackfridaysalesprediction #machinelearning #hackersrealm #regression #deeplearning #datascience #model #project #artificialintelligence #beginner #analysis #python #tutorial #aswin #ai #dataanalytics #data #bigdata #programming #datascientist #technology #coding #datavisualization #computerscience #pythonprogramming #analytics #tech #dataanalysis #iot #programmer #statistics #developer #ml #business #innovation #coder #dataanalyst

Пікірлер: 74
@funwithgame4858
@funwithgame4858 2 жыл бұрын
Very nicely done.. u have explained well please keep doing more projects u are helping a lot of people.
@HackersRealm
@HackersRealm 2 жыл бұрын
Thanks for your kind words!!! I will try my best to provide more resources!!!
@shiva6226
@shiva6226 2 жыл бұрын
You don't know how much you have helped me thorugh this video. Thanks a lot bro 💖💖💖💖💖💖
@HackersRealm
@HackersRealm 2 жыл бұрын
Glad it was helpful!!!
@aditigupta1367
@aditigupta1367 3 жыл бұрын
your projects really help us ...the new one or not from technical background..a lot....pls do a analysis on crimes in india dataset..as it contains so many files do khow how to manage
@HackersRealm
@HackersRealm 3 жыл бұрын
yeah will do it soon!!!
@aditigupta1367
@aditigupta1367 3 жыл бұрын
@@HackersRealm can I connect to you at any other platform for more help as m a beginner.... email...fb...insta...or any other
@HackersRealm
@HackersRealm 3 жыл бұрын
@@aditigupta1367 yeah, use the link in the description
@masellaniabdulaziz3485
@masellaniabdulaziz3485 2 жыл бұрын
Hi, may I know preprocessing or exploratory data we need to do first? from your bigmart sale, you did preprocessing and followed by EDA. But in this tutorial, you did eda and follow by preprocessing.
@HackersRealm
@HackersRealm 2 жыл бұрын
It's better to do EDA first in general. There is no specific order to do things
@mohammedrahil3912
@mohammedrahil3912 9 ай бұрын
Hi there, Why didn't you apply preprocessing for test and train data ?
@bhavikdudhrejiya852
@bhavikdudhrejiya852 3 жыл бұрын
Variables have missing values suppose to be dropped as it has more than 20% missing values
@Jessiedna1
@Jessiedna1 Жыл бұрын
Can you make a similar analysis or highlight the differences in making this analysis with R? Thanks for the amazing content =)
@HackersRealm
@HackersRealm Жыл бұрын
Sorry I didn't work on R as the concept remains the same, if you have any request on python, I can make a video later
@Jessiedna1
@Jessiedna1 Жыл бұрын
@@HackersRealm Thank you for your prompt reply! Did you make the hyperparameter tuning video for this dataset? Very grateful for the content and for your reply =)
@HackersRealm
@HackersRealm Жыл бұрын
@@Jessiedna1 I didn't do hyperparameter tuning for this video. but you can check the playlist for a video on that for how to do that. You can apply it to all the projects, methods remains same.
@sarthakaswal7023
@sarthakaswal7023 Жыл бұрын
Do we need to memorise the syntaxes??
@varuncharan9109
@varuncharan9109 4 ай бұрын
bro give reply where is linear regression model for this project?
@sarthakaswal7023
@sarthakaswal7023 Жыл бұрын
Make videos on R programming models also.
@varuncharan9109
@varuncharan9109 4 ай бұрын
hii, where is sale prediction in this video, where is the accuracy of the linear regression model
@shashankreddy8390
@shashankreddy8390 3 жыл бұрын
why did you fill null values with -2.0? can we use mean to fill the null values?
@HackersRealm
@HackersRealm 3 жыл бұрын
Yeah we can do that, I am just mentioning different ways of filling null values
@f1j1born
@f1j1born 7 ай бұрын
Hi For the last part "Submission", the "User_ID column was already dropped in the preprocessing stage , so please advise how you can refer to that column during the Submission stage".. I am getting KeyError: 'User_ID'
@HackersRealm
@HackersRealm 7 ай бұрын
you can store it somewhere if you are using for submisssion.
@chiragkushwaha8594
@chiragkushwaha8594 3 жыл бұрын
Hey, If we don't use aggfunc in bivariate analysis, it will consider by mean by default!!!
@ananthakumararulanantham8711
@ananthakumararulanantham8711 3 жыл бұрын
As Sum
@hrittickdebnath35
@hrittickdebnath35 3 жыл бұрын
Yes buddy make this kind of project.
@HackersRealm
@HackersRealm 3 жыл бұрын
yeah sure
@hrittickdebnath35
@hrittickdebnath35 3 жыл бұрын
@@HackersRealm can you make few unsupervised ML problem
@hrittickdebnath35
@hrittickdebnath35 3 жыл бұрын
I mean clustering problem
@HackersRealm
@HackersRealm 3 жыл бұрын
already uploaded one problem in that, turkey student evaluation
@vvaishnavi3531
@vvaishnavi3531 2 жыл бұрын
Prediction of purchase amount regarding single customer right ? or is it for group of customers please answer this...
@HackersRealm
@HackersRealm 2 жыл бұрын
single customer for single product
@nelsonjoseph3673
@nelsonjoseph3673 3 жыл бұрын
Is the test prediction inside the competition platform.
@HackersRealm
@HackersRealm 3 жыл бұрын
you can submit the test results in analytics vidhya platform for practice problem
@Veenamega
@Veenamega 2 жыл бұрын
Hi can you share the documentation for this project ,which will be useful for learning purposes
@HackersRealm
@HackersRealm 2 жыл бұрын
You can check the github readme or the text based tutorial for more details
@Veenamega
@Veenamega 2 жыл бұрын
@@HackersRealm thanks a lot
@vvaishnavi3531
@vvaishnavi3531 2 жыл бұрын
The dataset used here contains about 5 lakh rows and 2 lakh rows in Train and test .Are all the rows used here or some of the rows are only used because system can't handle such a large amount of dataset. Please answer this question it is viva voce question .pls
@HackersRealm
@HackersRealm 2 жыл бұрын
in the video, all samples are used for the project
@vvaishnavi3531
@vvaishnavi3531 2 жыл бұрын
@@HackersRealm Thanks ...👍
@shivamkumar-xk9wh
@shivamkumar-xk9wh Жыл бұрын
Why you fill -2 on the place of thanks?
@shivamkumar-xk9wh
@shivamkumar-xk9wh Жыл бұрын
Why you fill (-2.0) on the place of null value?
@HackersRealm
@HackersRealm Жыл бұрын
This is one way to fill null values... Filling with negative numbers... There are other ways that you can check in channel video
@mohammedfaraaz178
@mohammedfaraaz178 10 ай бұрын
HOW TO DOWNLOAD THE DATASET
@HackersRealm
@HackersRealm 10 ай бұрын
the links available in description or you can get it from github as well
@pharshithgiri729
@pharshithgiri729 2 жыл бұрын
last line pred = model.predict(x_test) x_test not working why is that
@HackersRealm
@HackersRealm 2 жыл бұрын
What error it's showing?
@pharshithgiri729
@pharshithgiri729 2 жыл бұрын
It's telling x_test not defined.
@HackersRealm
@HackersRealm 2 жыл бұрын
@@pharshithgiri729 I guess you have to rerun the input or train test split
@pharshithgiri729
@pharshithgiri729 2 жыл бұрын
@@HackersRealm x_test is local variable. When you call it later, it is not defined.
@HackersRealm
@HackersRealm 2 жыл бұрын
@@pharshithgiri729 run the train_test_split in train function outside once, then you'll get the x_test data
@sarthakaswal7023
@sarthakaswal7023 Жыл бұрын
Did you memorise everything you wrote???
@HackersRealm
@HackersRealm Жыл бұрын
You don't need to memorize, if you know what to use, just search for it and use it... If you do it continuously, You will automatically get used to it!!!
@sarthakaswal7023
@sarthakaswal7023 Жыл бұрын
@@HackersRealm Pls make more on other topics also. M.L, D.L and R models.
@HackersRealm
@HackersRealm Жыл бұрын
@@sarthakaswal7023 I will try my best but I have already covered most of the topics in the channel. Please check the playlist for more videos!!!
@sarthakaswal7023
@sarthakaswal7023 Жыл бұрын
x_test is not defined.
@HackersRealm
@HackersRealm Жыл бұрын
@@sarthakaswal7023 It's just an example of how to predict from test data. If you have test data, you can try that piece of code
@padalasravya160
@padalasravya160 Жыл бұрын
For the line sns.countplot(df['gender']) This could not convert string to float
@padalasravya160
@padalasravya160 Жыл бұрын
Sir can u reply soon
@HackersRealm
@HackersRealm Жыл бұрын
@@padalasravya160 try to rerun the code from start and see if the issue is still occurring
@al-khwarizmiacademy9506
@al-khwarizmiacademy9506 9 ай бұрын
@@HackersRealm yes same problem...and i rerun but same problem is showing....could not convert string to float...please answer
@HackersRealm
@HackersRealm 9 ай бұрын
@@al-khwarizmiacademy9506 are you using same dataset or different one... if it's different, you might need to do some preprocessing if avoid this error like making the column with same type
@CodeWarrior3514
@CodeWarrior3514 8 ай бұрын
Solved : Replace df['Gender'] with x=df.Gender
Bike Sharing Demand Analysis (Regression) | Machine Learning | Python
1:00:46
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 40 МЛН
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 63 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 162 МЛН
How to Forecast Sales Using Prophet and Python in 15 Lines of Code
55:03
Data Science Dojo
Рет қаралды 23 М.
Superstore Sales Prediction - Data Every Day #160
27:19
Gabriel Atkin
Рет қаралды 8 М.
Traffic Forecast | Time Series Analysis | Machine Learning | Python
28:32
House Price Prediction Project | Linear Regression | Machine Learning
34:04
Time Series Forecasting with Facebook Prophet and Python in 20 Minutes
19:19
AI vs ML vs DL vs Generative Ai
16:00
Krish Naik
Рет қаралды 35 М.
House Price Prediction in Python - Full Machine Learning Project
40:40
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 40 МЛН