Commit 5a688394 authored by giwi97's avatar giwi97

total train and test daata

parent ddc98346
......@@ -312,6 +312,25 @@
"X_train, X_test, y_train, y_test = train_test_split(X_Shapedes, y_Shapedes, test_size=0.33, random_state=42)"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Total train data : 12815\n",
"Total test data : 6312\n"
]
}
],
"source": [
"print('Total train data :',X_train.shape[0])\n",
"print('Total test data :',X_test.shape[0])"
]
},
{
"cell_type": "code",
"execution_count": null,
......
......@@ -312,6 +312,25 @@
"X_train, X_test, y_train, y_test = train_test_split(X_Shapedes, y_Shapedes, test_size=0.33, random_state=42)"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Total train data : 12815\n",
"Total test data : 6312\n"
]
}
],
"source": [
"print('Total train data :',X_train.shape[0])\n",
"print('Total test data :',X_test.shape[0])"
]
},
{
"cell_type": "code",
"execution_count": null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment