Skip to content

Commit 3f17004

Browse files
committed
add os import to optional scripts
1 parent 6bea487 commit 3f17004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/optional-py-scripts/ch13.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# License: MIT
1010
# https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt
1111

12+
import os
1213
import theano
1314
from theano import tensor as T
1415
import numpy as np

0 commit comments

Comments
 (0)