submission=pd.DataFrame({“PassengerId”:test_data[“PassengerId”],“Survived”:y_pred})
while writing this i got an error saying the jet error is passengerid
submission=pd.DataFrame({“PassengerId”:test_data[“PassengerId”],“Survived”:y_pred})
while writing this i got an error saying the jet error is passengerid
Hello @sankalparora5,
Please share the code and screenshots of the error(if possible) with us through the Coding Blocks IDE.
Thank you