@abhijith1 wrote:
First I have download
train.csv
,test.csv
datasets.Then I have performed all of my analysis on
train.csv
data itself. LikeEDA
,imputing
,scaling
and training the model at last.During training I have used
train_test_split
for splitting thetrain.csv dataset
to train and test set and then calculated the accuracy at last withaccuracy_score
So I have few doubts regarding submission.
1)
what is the use oftest.csv
dataset?
2)
Even If I predict withtest
dataset how can I check the accuracy becausetest.csv
dataset does not haveLoan_Status
column for calculating accuracy?
3)
How can I upload my submission at last. I can’t seem to figure it out. Please provide a detailed explanation if possible.
Posts: 1
Participants: 1