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 +```