Skip to content

Commit

Permalink
imported datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
805karansaini committed Oct 7, 2022
1 parent e040261 commit 6498c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Decision_tree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,9 @@
"metadata": {},
"outputs": [],
"source": [
"import datetime\n",
"\n",
"\n",
"def timer(start_time=None):\n",
" if not start_time:\n",
" start_time = datetime.now()\n",
Expand Down

0 comments on commit 6498c4d

Please sign in to comment.