Skip to content

Commit 81cc3f5

Browse files
Update README.md -- DLs
1 parent 43e0d5f commit 81cc3f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# learningmachine
22

3+
[![Downloads](https://static.pepy.tech/badge/learningmachine)](https://pepy.tech/project/learningmachine)
4+
35
Machine Learning with uncertainty quantification and interpretability.
46

57
## Install
@@ -46,4 +48,4 @@ print("Elapsed time: ", time() - start)
4648
## Compute RMSE
4749
rms1 = sqrt(mean_squared_error(y_test, fit_obj.predict(X_test), squared=False))
4850
print(rms1)
49-
```
51+
```

0 commit comments

Comments
 (0)