Skip to content

Commit

Permalink
Merge pull request #13 from anupamamurthi/perf_pred
Browse files Browse the repository at this point in the history
Implementation for multiple black box / meta model based predictors (structured data, text)
  • Loading branch information
pronics2004 committed Oct 19, 2021
2 parents aa63196 + 6d97664 commit b1deaf2
Show file tree
Hide file tree
Showing 79 changed files with 8,621 additions and 119 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -106,4 +106,7 @@ venv.bak/
# mypy
.mypy_cache/

**/**.DS_Store
**/**.DS_Store

*.csv
.DS_Store
19 changes: 19 additions & 0 deletions docs/extrinsic.rst
Expand Up @@ -37,3 +37,22 @@ UCC Recalibration

.. autoclass:: uq360.algorithms.ucc_recalibration.UCCRecalibration
:members:


Structured Data Predictor
-----------------

.. autoclass:: uq360.algorithms.blackbox_metamodel.structured_data_classification.StructuredDataClassificationWrapper
:members:

Short Text Predictor
-----------------

.. autoclass:: uq360.algorithms.blackbox_metamodel.short_text_classification.ShortTextClassificationWrapper
:members:

Confidence Predictor
-----------------

.. autoclass:: uq360.algorithms.blackbox_metamodel.confidence_classification.ConfidenceClassificationWrapper
:members:

0 comments on commit b1deaf2

Please sign in to comment.