We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e0d5f commit 81cc3f5Copy full SHA for 81cc3f5
README.md
@@ -1,5 +1,7 @@
1
# learningmachine
2
3
+[](https://pepy.tech/project/learningmachine)
4
+
5
Machine Learning with uncertainty quantification and interpretability.
6
7
## Install
@@ -46,4 +48,4 @@ print("Elapsed time: ", time() - start)
46
48
## Compute RMSE
47
49
rms1 = sqrt(mean_squared_error(y_test, fit_obj.predict(X_test), squared=False))
50
print(rms1)
-```
51
+```
0 commit comments