Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"# X_test: independent/input feature data for testing the model; will be used to predict the output values\n",
"# y_test: original dependent/output values of X_test; We will compare this values with our predicted values to check the performance of our built model.\n",
" \n",
"# test_size = 0.20: 20% of the data will go for test set and 70% of the data will go for train set\n",
"# test_size = 0.20: 20% of the data will go for test set and 80% of the data will go for train set\n",
"# random_state = 42: this will fix the split i.e. there will be same split for each time you run the code"
],
"execution_count": null,
Expand Down Expand Up @@ -2818,4 +2818,4 @@
]
}
]
}
}