Skip to content

Commit

Permalink
Update README.md -- DLs
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 3, 2024
1 parent 43e0d5f commit 81cc3f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# learningmachine

[![Downloads](https://static.pepy.tech/badge/learningmachine)](https://pepy.tech/project/learningmachine)

Machine Learning with uncertainty quantification and interpretability.

## Install
Expand Down Expand Up @@ -46,4 +48,4 @@ print("Elapsed time: ", time() - start)
## Compute RMSE
rms1 = sqrt(mean_squared_error(y_test, fit_obj.predict(X_test), squared=False))
print(rms1)
```
```

0 comments on commit 81cc3f5

Please sign in to comment.