Python Machine learning - Train Test Split - Sklearn

preview_player
Показать описание
In this video,
lets understand how to perform split on our data
Рекомендации по теме
Комментарии
Автор

Thank you so much for saving me from the non-human readable official documentation!!!!

nevillelam
Автор

Thank you very much for the video! It was clear.

tymothylim
Автор

How to get X and Y for your own dataset you uploaded

memonaijaz
Автор

Isn't it actually a 75-25 split for the train and test?

angelslayer
Автор

hello
how to make the X and Y with the same shape to train the model.
thanks

allalzaid
Автор

2:30 how did you see it's a regression task?

keshavmaheshwari
Автор

I have a .csv file of cars.csv and assigned it as df
then, X = df.data
y = df.target
It reflects, AttributeError: 'DataFrame' object has no attribute 'data'

deepjyotikakati
Автор

Hello! What program are you running this code on?

NewLeaf
Автор

i spent hours to find the algorithm to split the data. now i see it is only one line of code. i'll kill myself.

noone-ysyd
Автор

How do you know the name of the columns?

fuckthatshit
Автор

shoutout to everyone watching from day 80 of 100 days of code 😂

sosajacobb