Types of Recommendation System
4:30
Пікірлер
@haniabdulrehman7774
@haniabdulrehman7774 Күн бұрын
Hello, Thanx for ur tutorials. But sometimes i am facing problem in pandas after i convert a column(like Grade column)to dictionary values i assign but instead of those values 'Nan' is being shown.. It is like jupiter is crashing & i'm not able to do further problems further. Can you plz help me in this regard?
@SunnyKumar-gj4vs
@SunnyKumar-gj4vs Күн бұрын
Thank you sir
@mustafabayar8720
@mustafabayar8720 2 күн бұрын
*Q18* SOLUTION df.groupby('Year')['BasePay'].mean()
@chrisharris2889
@chrisharris2889 3 күн бұрын
Add susbtitle in spanish please!
@ObhiReads
@ObhiReads 6 күн бұрын
Excellent way to modularize the code. Thanks
@mustafabayar8720
@mustafabayar8720 6 күн бұрын
I’ve been searching a tutorial like this for a while. Thanks for sharing ❤
@benoniokaikoi7878
@benoniokaikoi7878 6 күн бұрын
You are an excellent teacher!
@haniabdulrehman7774
@haniabdulrehman7774 9 күн бұрын
Hi does this cover almost all the functions within pandas for data analysis?. Do we use this same data analysis for all the other projects?
@ayushsachdeva4635
@ayushsachdeva4635 10 күн бұрын
people who are having error with exited image they just need to run astype('category') function with data[exited]
@fasiowaizahmed4641
@fasiowaizahmed4641 10 күн бұрын
great video!! loved it
@kamalakannansampath8866
@kamalakannansampath8866 10 күн бұрын
Can you please send the link to the notebook.....
@DataThinkers
@DataThinkers 8 күн бұрын
Link : github.com/DataThinkers/Natural-Language-Processing-NLP-/tree/main
@Annathomas-l3x
@Annathomas-l3x 11 күн бұрын
Sir,I'm getting error in model training Value error:could not convert string to float:M What to do sir...... Plz help😢😢😢😢
@DataThinkers
@DataThinkers 11 күн бұрын
Check my code: github.com/DataThinkers/Machine-Learning-Projects-Code/blob/main/Campus%20Placement%20Prediction%20Using%20ML.ipynb
@hajeeramohamad7641
@hajeeramohamad7641 12 күн бұрын
so we don't need to balance the dataset?
@Yourhotshorts
@Yourhotshorts 13 күн бұрын
Thank you so much for this playlist
@sureshthoppil3261
@sureshthoppil3261 14 күн бұрын
This video is excellent that I've ever seen
@padduchennamsetti6516
@padduchennamsetti6516 16 күн бұрын
this is awesome and your explainatioin is too good,it is totally aligned with all the concepts i learnt ,now it is easier for me explain this to interviewer,i am so lucky to find this video
@DataThinkers
@DataThinkers 15 күн бұрын
Best of luck👍
@shivanikardule9670
@shivanikardule9670 18 күн бұрын
Can we do this project for last year final project
@SukhiMooli
@SukhiMooli 19 күн бұрын
getting error in conn = engine.connect() OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' ([Errno 111] Connection refused)")
@swarnimasingh1232
@swarnimasingh1232 19 күн бұрын
thank you!
@ReelzAndLaughs
@ReelzAndLaughs 19 күн бұрын
Bro i executed everything...i got the gui interface also.. but while pressing the predict button there is no output showing
@DataThinkers
@DataThinkers 18 күн бұрын
Check my code here : github.com/DataThinkers/Machine-Learning-Projects-Code/blob/main/Predicting%20Employee%20Churn%20Using%20Machine%20Learning%20(1).ipynb
@kingkevintapioca
@kingkevintapioca 20 күн бұрын
im getting issue at the gui part this is the error i got: TclError Traceback (most recent call last) <ipython-input-68-9fe259e714c6> in <cell line: 1>() ----> 1 master =Tk() 2 master.title("Insurance Cost Calculator") 3 label = Label(master,text="Insurance Cost Calculator",bg="black",fg="white").grid(row=0,columnspan=2) 4 5 label(master, text = "Enter Your Age").grid(row=1) /usr/lib/python3.10/tkinter/__init__.py in __init__(self, screenName, baseName, className, useTk, sync, use) 2297 baseName = baseName + ext 2298 interactive = False -> 2299 self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) 2300 if useTk: 2301 self._loadtk() TclError: no display name and no $DISPLAY environment variable
@wek7258
@wek7258 20 күн бұрын
sorry sir i'm beginner , R square 0.59 can be used in real productions?
@artistprudential
@artistprudential 21 күн бұрын
no dataset is available😑
@DataThinkers
@DataThinkers 20 күн бұрын
Link : www.kaggle.com/datasets/mlg-ulb/creditcardfraud?resource=download
@artistprudential
@artistprudential 16 күн бұрын
Thank you ❤​@@DataThinkers
@ihaanahmed1244
@ihaanahmed1244 22 күн бұрын
with thw same daatset annotaion are showing up only on the upper row not on the entire plot what may be the issue how to fix it
@tureal4027
@tureal4027 22 күн бұрын
Thank you so much for this tutorial. It really helped me. I checked github for the code but I couldn't see it there. Kindly have a look Sir .
@user-py7mh5tt8t
@user-py7mh5tt8t 22 күн бұрын
sir you are great ,style very amazing
@sachintyagi2003
@sachintyagi2003 23 күн бұрын
hello
@se_a_37_rushikeshjadhav48
@se_a_37_rushikeshjadhav48 23 күн бұрын
Thank You So Much Sir🙏
@shraddhanair9293
@shraddhanair9293 24 күн бұрын
import pandas as pd dict1 = {"city ": ["mumbai","pune","Ahemdabad","Baroda"],"temperature":[40.1,32.2,35.5,38.4]} df = pd.DataFrame(dict1) df
@shraddhanair9293
@shraddhanair9293 25 күн бұрын
import pandas as pd import numpy as np ser = pd.Series({"A":100,"B":200,"C":300,"D":400,"E":500}) ser
@anweshkmohanty2998
@anweshkmohanty2998 26 күн бұрын
Please share dataset link in the description, thanks
@DataThinkers
@DataThinkers 22 күн бұрын
Dataset Link :github.com/DataThinkers/Datasets/blob/main/DS/water_potability.csv
@diftq8191
@diftq8191 28 күн бұрын
How do you add tables/rows with multiple tables? Getting a "Commands out of sync; you can't run this command now" error
@adarshvishwanathan9917
@adarshvishwanathan9917 28 күн бұрын
Great video sir, I'm not able to find the code in GitHub, please let me know in which repo the project is in. Thank you
@PranavaR-d6h
@PranavaR-d6h 29 күн бұрын
Hi Sir, I'm not able to use the column names with space like 'Product line'. what is the error?
@ommanojsharma7118
@ommanojsharma7118 29 күн бұрын
Sir how many more video will be added in this playlist ?
@Konokdrums
@Konokdrums Ай бұрын
Amazing lecture Sir! Just finished lecture -2 !!! Clear concepts and very interactive way of teaching. Really appreciate the effort
@bharatapar3937
@bharatapar3937 Ай бұрын
The created column "Gender" is chnaged to Float . I am getting 1.0 instead of 1 . any suggestion ?
@abhishek05425
@abhishek05425 Ай бұрын
Sir where is machine learning is used in this project
@anubhavshrijan3401
@anubhavshrijan3401 Ай бұрын
Thanx a lot ❤
@harshshah2640
@harshshah2640 Ай бұрын
Thank you sir, your videos are really industry ready & helpful for learning with ease.
@satyamjha9783
@satyamjha9783 Ай бұрын
Thank You very much Sir for these wonderful sessions. Grateful. I have one question, kindly answer if possible- Let’s say there is a variable Marks which is supposed to have numerical values but has some char values also (error). How can I convert this into numerical and replace all char values with 0 or remove the char value rows entirely. Regards
@satyamjha9783
@satyamjha9783 Ай бұрын
Very Very Helpful Video Sir
@user-py7mh5tt8t
@user-py7mh5tt8t Ай бұрын
sir you are great really make it easy
@akshithaperumandla7337
@akshithaperumandla7337 Ай бұрын
Is churn attrition both are same
@DataThinkers
@DataThinkers Ай бұрын
You can say that, but not exactly. Churn Prediction: Predicts which customers might leave in the future. Churn Attrition: Measures the customers who have already left.
@Vishnu-Kanth-01
@Vishnu-Kanth-01 Ай бұрын
Facing an issue with Question 18: ( 24:20 ) 18.Find Average BasePay of All Employee Per Year cmd: data.info() output: 2 BasePay 148045 non-null float64 cmd: data.groupby('Year').mean()['BasePay'] output: TypeError: agg function failed [how->mean,dtype->object] Please help me resolve the issue🙏
@VaidehiPokharkar-hn1hg
@VaidehiPokharkar-hn1hg Ай бұрын
Which app is this where you perform this code
@DataThinkers
@DataThinkers Ай бұрын
Jupyter Notebook
@classicemmaeasy2292
@classicemmaeasy2292 Ай бұрын
You are going to deploy it on aws, but aws is not free😢, what is an alternative to that, because I'm following
@najobsodar7528
@najobsodar7528 Ай бұрын
Good lesson
@user-py7mh5tt8t
@user-py7mh5tt8t Ай бұрын
REALLY HELP FULL
@user-ci6fc2pj9f
@user-ci6fc2pj9f Ай бұрын
Tnx sir .your teaching skill is excellent .