Casio991ms commited on
Commit
8b32c9f
1 Parent(s): 4133328

added pip scikit-learn

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ import random
17
  import numpy as np
18
 
19
  os.system("pip install tensorflow")
 
20
 
21
  import tensorflow as tf
22
  import matplotlib.pyplot as plt
 
17
  import numpy as np
18
 
19
  os.system("pip install tensorflow")
20
+ os.system("pip install scikit-learn")
21
 
22
  import tensorflow as tf
23
  import matplotlib.pyplot as plt