Commit 6062a424 authored by Sushant Mahajan's avatar Sushant Mahajan

fixed progress bar

parent 93a40cd6
Pipeline #323 skipped
...@@ -134,6 +134,8 @@ def fit(model, X, y, passes=1000, verbose=False): ...@@ -134,6 +134,8 @@ def fit(model, X, y, passes=1000, verbose=False):
if verbose and i % (passes/10)==0: if verbose and i % (passes/10)==0:
print(i,costs[idx]) print(i,costs[idx])
print("training... 100%\r", end='')
return model return model
......
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