You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Classification Example](https://confopt.readthedocs.io/en/latest/basic_usage/classification_example.html)**: RandomForest hyperparameter tuning on a classification task.
117
117
-**[Regression Example](https://confopt.readthedocs.io/en/latest/basic_usage/regression_example.html)**: RandomForest hyperparameter tuning on a regression task.
Copy file name to clipboardExpand all lines: docs/index.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
Hello! 👨🔬
2
-
=========
1
+
Overview
2
+
========
3
3
4
-
ConfOpt is a Python library for hyperparameter optimization using conformal prediction. It provides a statistically principled approach to hyperparameter tuning that combines the efficiency of guided search with the reliability of uncertainty quantification.
4
+
`ConfOpt <https://github.com/rick12000/confopt>`_ is a Python library for hyperparameter optimization leveraging conformal prediction.
5
+
It blends the strenghts of quantile regression with the calibration of conformal prediction. Find out how to include it in your ML workflow below!
0 commit comments