data
Hi @roshan. You can't really evaluate your score on the test data, that is what is used to rank you on the leaderboard. To evaluate performance of your model/ approach use the train data and divide that into trainining and evaluation splits, for example using sklearn's train_test_split module.
thanks @Pynux I got it