From 81cc3f557908dc1d576fb055affc6e0aa8580942 Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Wed, 3 Apr 2024 19:17:36 +0200 Subject: [PATCH] Update README.md -- DLs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07da9b4..557d565 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) -``` \ No newline at end of file +```