12. Project 7 Wine Quality Prediction Using Machine Learning | Machine Learning Projects

  Рет қаралды 8,528

Data Thinkers

Data Thinkers

Күн бұрын

Пікірлер: 54
@neil007sal
@neil007sal 2 жыл бұрын
This is really awesome, masterpiece!! Request you to please post more and more videos on weekly basis. Thank you ❤️
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Glad you like this video. Sure i will try.
@umeshtiwari800
@umeshtiwari800 Жыл бұрын
U explain ed in very good way.
@DataThinkers
@DataThinkers Жыл бұрын
Thanks. Keep watching.
@johnadoga9765
@johnadoga9765 5 ай бұрын
Thanks for this wonderful video, your explanation is superb... I've seen you make use of GUI in most of your videos, i'd love to see you do a video explain the GUI and how to code it, thank you
@DataThinkers
@DataThinkers Ай бұрын
Sure, i think i covered in the first project and also uploaded one playlist for building GUI.
@shubhangikande2695
@shubhangikande2695 2 жыл бұрын
Your videos are great..
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Keep watching
@beingrishi6450
@beingrishi6450 2 жыл бұрын
Nice explanation
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Keep watching
@ayushprajapati4102
@ayushprajapati4102 8 ай бұрын
I got 1 null values in quality ph and total sulphur dioxide what to do next ?
@jeniscupcake1368
@jeniscupcake1368 Жыл бұрын
Thanks a lot.I'm learning a lot from your videos.Can you clarify the GUI part, though?plz
@DataThinkers
@DataThinkers Жыл бұрын
You can watch this video: kzbin.info/www/bejne/ennNmYZnmrynq9E
@DataThinkers
@DataThinkers Жыл бұрын
Here is the code: github.com/DataThinkers/Machine-Learning-Projects-Code
@keeratkaur7012
@keeratkaur7012 Жыл бұрын
why was feature selection, feature extraction(PCA) done after splitting the dataset.Shouldn't it be done before splitting the data?
@DataThinkers
@DataThinkers Жыл бұрын
Feature selection and feature extraction (PCA) should be done after splitting the dataset into training and testing sets. This is because doing these operations before splitting the data can lead to data leakage, where information from the testing set is used to inform feature selection or extraction in the training set, leading to overfitting. By performing these operations after splitting the data, we ensure that the testing set remains completely independent and is not influenced by any information from the training set.
@keeratkaur7012
@keeratkaur7012 Жыл бұрын
Thank you!
@abdelhamidazanzal3501
@abdelhamidazanzal3501 2 жыл бұрын
Thanks a lot. Can you make a Deep Learning project?
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Yes sure
@ashwinikumar6461
@ashwinikumar6461 Жыл бұрын
Loved this channel and appreciate for the effort taken. But would like to get the code of the very last part of tkinter GUI . Which i am unable to put up . even in the video also its not complete . request your help and support.
@DataThinkers
@DataThinkers Жыл бұрын
Link:github.com/PRIYANG-BHATT
@amansengar4196
@amansengar4196 2 жыл бұрын
Facing a problem at last where I perform the model.predict(test) returns an error. X has 1 features, but RandomForestClassifier is expecting 7 features as input.
@DataThinkers
@DataThinkers 2 жыл бұрын
check my code once: Github Link for ML Projects : github.com/PRIYANG-BHATT/Machine-Learning-Projects-Code
@adnanemehdaoui5487
@adnanemehdaoui5487 Жыл бұрын
how can make a model predict the value of quality of wine??
@DataThinkers
@DataThinkers Жыл бұрын
Please check code here and let me know:github.com/DataThinkers/Machine-Learning-Projects-Code
@عدنانمهداوي-ن5ث
@عدنانمهداوي-ن5ث Жыл бұрын
@@DataThinkers no , i want just to know the value of quality. For example, i will gives features chemistry and it will gives me the value of quality 5,6,8.???
@statuspool7134
@statuspool7134 Жыл бұрын
bro everything is okay but i was getting error in importing 'from imblearn.over_sampling import SMOTE' it showing no module name and while giving our own values to predict good qulaity or not it showing errror like X contain 11 values standard scaler requires 12 values... help me in sorting this...
@DataThinkers
@DataThinkers Жыл бұрын
You have to install :pypi.org/project/imbalanced-learn/
@statuspool7134
@statuspool7134 Жыл бұрын
@@DataThinkers i will get u after installing
@statuspool7134
@statuspool7134 Жыл бұрын
@@DataThinkers first of all thanks its working properly after installing package but while giving external values to predict it is good quality or bad quality it asking x contain 11 values but standard scalar requires 12 values
@arshad1781
@arshad1781 2 жыл бұрын
Thanks
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Keep watching
@RachaYashaswini
@RachaYashaswini 2 ай бұрын
I am not getting the output in logistic regression
@DataThinkers
@DataThinkers 2 ай бұрын
Check my code and let me know:github.com/DataThinkers/Machine-Learning-Projects-Code
@jyothiprabha8114
@jyothiprabha8114 7 ай бұрын
For binarization i got only 0 i dont know why pls explain
@DataThinkers
@DataThinkers 7 ай бұрын
Check my code:github.com/DataThinkers/Machine-Learning-Projects-Code
@0598-SaiKiranMuthyala
@0598-SaiKiranMuthyala Жыл бұрын
iam getting error test=pca.transform(st.transform(new_data)) here
@DataThinkers
@DataThinkers Жыл бұрын
Try to run my code once:github.com/DataThinkers/Machine-Learning-Projects-Code
@alok_ranjan5163
@alok_ranjan5163 6 ай бұрын
how i get GUI code from this video
@DataThinkers
@DataThinkers 6 ай бұрын
Link :github.com/DataThinkers/Machine-Learning-Projects-Code
@automativedev5708
@automativedev5708 2 жыл бұрын
very usefull!! please next time atleast take some time to show the gui dont explain it just show !
@DataThinkers
@DataThinkers 2 жыл бұрын
Thanks for your comment. Sure👍
@shaikroshini3000
@shaikroshini3000 Жыл бұрын
Sir i done same like this but i getting error at feature scaling sir
@DataThinkers
@DataThinkers Жыл бұрын
Check my code and let me know :github.com/DataThinkers/Machine-Learning-Projects-Code
@shaikroshini3000
@shaikroshini3000 Жыл бұрын
Sir i already checked and i copied and pasted this but i got error at feature scaling
@shaikroshini3000
@shaikroshini3000 Жыл бұрын
Sir i you don't mind please send your number then I will clarify my doubt completely
@shaikroshini3000
@shaikroshini3000 Жыл бұрын
It showing value error sir
@sampathkumar9593
@sampathkumar9593 2 жыл бұрын
I will do this project
@sampathkumar9593
@sampathkumar9593 2 жыл бұрын
I want this project completely
@DataThinkers
@DataThinkers 2 жыл бұрын
github.com/PRIYANG-BHATT/Machine-Learning-Projects-Code
@ikechukwuhenryiheanacho9053
@ikechukwuhenryiheanacho9053 Жыл бұрын
This is awesome. Please sir can I have your official email. Would like to discuss with you. Thanks
@DataThinkers
@DataThinkers Жыл бұрын
priyang.datathinkers@gmail.com
Red wine quality Prediction | Machine Learning Projects | Data Magic
18:28
Data Magic (by Sunny Kusawa)
Рет қаралды 10 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 7 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 14 МЛН
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 19 МЛН
Presentation - Wine Quality Analysis
15:11
Lavina Chitara
Рет қаралды 7 М.
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 410 М.
Wine Quality Check using ML introduction
19:52
Deep Code
Рет қаралды 379
Learn Machine Learning Like a GENIUS and Not Waste Time
15:03
Infinite Codes
Рет қаралды 179 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 7 МЛН