Commit 3c4caf97 authored by Udara Rangika's avatar Udara Rangika

model saved

parent daee7663
......@@ -418,6 +418,17 @@
"plt.tight_layout()\n",
"plt.show()\n"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"# Save Random Forest Classifier\n",
"with open('weights/proficiency-rf.pickle', 'wb') as f:\n",
" pickle.dump(rfc, f)"
]
}
],
"metadata": {
......
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