MCPcopy Create free account

hub / github.com/huggingface/evaluate / types & classes

Types & classes150 in github.com/huggingface/evaluate

↓ 44 callersClassDummyMetric
tests/test_metric.py:16
↓ 6 callersClassHubEvaluationModuleFactory
Get the module of a metric from a metric repository on the Hub.
src/evaluate/loading.py:443
↓ 5 callersClassDatasetColumn
Helper class to avoid loading a dataset column into memory when accessing it.
src/evaluate/evaluator/utils.py:4
↓ 4 callersClassDummyTextClassificationPipeline
tests/test_evaluator.py:71
↓ 4 callersClassEvaluationModuleInfo
Base class to store information about an evaluation used for `MetricInfo`, `ComparisonInfo`, and `MeasurementInfo`. `EvaluationModuleInfo` do
src/evaluate/info.py:35
↓ 4 callersClassLocalEvaluationModuleFactory
Get the module of a local metric. The metric script is loaded from a local script.
src/evaluate/loading.py:400
↓ 3 callersClassAccuracyWithNonStandardFeatureNames
tests/test_metric.py:619
↓ 3 callersClassCachedEvaluationModuleFactory
Get the module of a metric that has been loaded once already and cached. The script that is loaded from the cache is the most recent one with
src/evaluate/loading.py:511
↓ 3 callersClassDummyText2TextGenerationPipeline
tests/test_evaluator.py:62
↓ 3 callersClassImportableModule
src/evaluate/loading.py:390
↓ 2 callersClassDummyQuestionAnsweringPipeline
tests/test_evaluator.py:90
↓ 2 callersClassFileFreeLock
Thread lock until a file **cannot** be locked
src/evaluate/module.py:44
↓ 2 callersClassQuestionAnsweringEvaluator
Question answering evaluator. This evaluator handles [**extractive** question answering](https://huggingface.co/docs/transformers/task_summar
src/evaluate/evaluator/question_answering.py:78
↓ 1 callersClassAnotherDummyMetric
tests/test_metric.py:73
↓ 1 callersClassAudioClassificationEvaluator
Audio classification evaluator. This audio classification evaluator can currently be loaded from [`evaluator`] using the default task name
src/evaluate/evaluator/audio_classification.py:81
↓ 1 callersClassAutomaticSpeechRecognitionEvaluator
Automatic speech recognition evaluator. This automatic speech recognition evaluator can currently be loaded from [`evaluator`] using the defa
src/evaluate/evaluator/automatic_speech_recognition.py:47
↓ 1 callersClassCER
metrics/cer/cer.py:121
↓ 1 callersClassCombinedEvaluations
src/evaluate/module.py:872
↓ 1 callersClassComplexRadar
Create a complex radar chart with different scales for each variable Args: fig (`matplotlib.figure`) : A matplotlib figure object to add the
src/evaluate/visualization.py:8
↓ 1 callersClassDatasetColumnPair
Helper class to avoid loading two dataset columns into memory when accessing it.
src/evaluate/evaluator/utils.py:41
↓ 1 callersClassDummyAudioClassificationPipeline
tests/test_evaluator.py:133
↓ 1 callersClassDummyAutomaticSpeechRecognitionPipeline
tests/test_evaluator.py:125
↓ 1 callersClassDummyImageClassificationPipeline
tests/test_evaluator.py:82
↓ 1 callersClassDummyTextGenerationPipeline
tests/test_evaluator.py:52
↓ 1 callersClassDummyTokenClassificationPipeline
tests/test_evaluator.py:107
↓ 1 callersClassEmptyTqdm
Dummy tqdm which doesn't do anything.
src/evaluate/utils/logging.py:172
↓ 1 callersClassImageClassificationEvaluator
Image classification evaluator. This image classification evaluator can currently be loaded from [`evaluator`] using the default task name
src/evaluate/evaluator/image_classification.py:49
↓ 1 callersClassMetricWithMultiLabel
tests/test_metric.py:570
↓ 1 callersClassMockedPredictor
tests/test_metric_common.py:175
↓ 1 callersClassModel
tests/test_metric_common.py:205
↓ 1 callersClassOfflineModeIsEnabled
src/evaluate/utils/file_utils.py:236
↓ 1 callersClassRequestWouldHangIndefinitelyError
tests/utils.py:214
↓ 1 callersClassSentencesToListOfCharacters
metrics/xtreme_s/xtreme_s.py:103
↓ 1 callersClassSentencesToListOfCharacters
metrics/cer/cer.py:36
↓ 1 callersClassText2TextGenerationEvaluator
Text2Text generation evaluator. This Text2Text generation evaluator can currently be loaded from [`evaluator`] using the default task name
src/evaluate/evaluator/text2text_generation.py:88
↓ 1 callersClassTextClassificationEvaluator
Text classification evaluator. This text classification evaluator can currently be loaded from [`evaluator`] using the default task name
src/evaluate/evaluator/text_classification.py:51
↓ 1 callersClassTextGenerationEvaluator
Text generation evaluator. This Text generation evaluator can currently be loaded from [`evaluator`] using the default task name `text-ge
src/evaluate/evaluator/text_generation.py:31
↓ 1 callersClassTimeoutException
metrics/code_eval/execute.py:118
↓ 1 callersClassTokenClassificationEvaluator
Token classification evaluator. This token classification evaluator can currently be loaded from [`evaluator`] using the default task name
src/evaluate/evaluator/token_classification.py:90
↓ 1 callersClassTokenizer
Helper class to wrap a callable into a class with a `tokenize` method as used by rouge-score.
metrics/rouge/rouge.py:83
↓ 1 callersClassTokenizer13a
metrics/google_bleu/tokenizer_13a.py:73
↓ 1 callersClassTokenizer13a
metrics/bleu/tokenizer_13a.py:73
↓ 1 callersClassTokenizerRegexp
metrics/google_bleu/tokenizer_13a.py:39
↓ 1 callersClassTokenizerRegexp
metrics/bleu/tokenizer_13a.py:39
↓ 1 callersClassWriteOnlyStringIO
StringIO that throws an exception when it's read from
metrics/code_eval/execute.py:122
↓ 1 callersClass_tqdm_cls
src/evaluate/utils/logging.py:199
↓ 1 callersClassredirect_stdin
metrics/code_eval/execute.py:139
ClassAccuracy
metrics/accuracy/accuracy.py:81
ClassBERTScore
metrics/bertscore/bertscore.py:101
ClassBLEURT
metrics/bleurt/bleurt.py:80
ClassBaseTokenizer
A base dummy tokenizer to derive from.
metrics/google_bleu/tokenizer_13a.py:20
ClassBaseTokenizer
A base dummy tokenizer to derive from.
metrics/bleu/tokenizer_13a.py:20
ClassBleu
metrics/bleu/bleu.py:88
ClassBrierScore
metrics/brier_score/brier_score.py:88
ClassCOMET
metrics/comet/comet.py:128
ClassCUAD
metrics/cuad/cuad.py:72
ClassCharacter
CharacTer is a character-level metric inspired by the commonly applied translation edit rate (TER).
metrics/character/character.py:93
ClassCharcut
Character-based MT evaluation.
metrics/charcut_mt/charcut_mt.py:66
ClassChrF
metrics/chrf/chrf.py:127
ClassCodeEval
metrics/code_eval/code_eval.py:135
ClassComparison
A Comparison is the base class and common API for all comparisons. Args: config_name (`str`): This is used to define a hash s
src/evaluate/module.py:812
ClassComparisonInfo
Information about a comparison. `EvaluationModuleInfo` documents a comparison, including its name, version, and features. See the constructor
src/evaluate/info.py:135
ClassCompetitionMathMetric
Accuracy metric for the MATH dataset.
metrics/competition_math/competition_math.py:67
ClassConfusionMatrix
metrics/confusion_matrix/confusion_matrix.py:63
ClassCoval
metrics/coval/coval.py:273
ClassEvaluationModule
A `EvaluationModule` is the base class and common API for metrics, comparisons, and measurements. Args: config_name (`str`):
src/evaluate/module.py:149
ClassEvaluationModuleInfoMixin
This base class exposes some attributes of EvaluationModuleInfo at the base level of the EvaluationModule for easy access.
src/evaluate/module.py:83
ClassEvaluationSuite
This class instantiates an evaluation suite made up of multiple tasks, where each task consists of a dataset and an associated metric, and ru
src/evaluate/evaluation_suite/__init__.py:59
ClassEvaluator
The [`Evaluator`] class is the class from which all evaluators inherit. Refer to this class for methods shared across different evaluators.
src/evaluate/evaluator/base.py:102
ClassExactMatch
metrics/exact_match/exact_match.py:87
ClassExactMatch
comparisons/exact_match/exact_match.py:48
ClassF1
metrics/f1/f1.py:106
ClassFRUGALSCORE
metrics/frugalscore/frugalscore.py:58
ClassGlue
metrics/glue/glue.py:106
ClassGoogleBleu
metrics/google_bleu/google_bleu.py:128
ClassHonest
measurements/honest/honest.py:113
ClassIndicGlue
metrics/indic_glue/indic_glue.py:106
ClassLabelDistribution
measurements/label_distribution/label_distribution.py:72
ClassLocalModuleTest
tests/test_metric_common.py:97
ClassMae
metrics/mae/mae.py:85
ClassMahalanobis
metrics/mahalanobis/mahalanobis.py:61
ClassMape
metrics/mape/mape.py:85
ClassMase
metrics/mase/mase.py:95
ClassMatthewsCorrelation
metrics/matthews_correlation/matthews_correlation.py:102
ClassMauve
metrics/mauve/mauve.py:95
ClassMcNemar
comparisons/mcnemar/mcnemar.py:64
ClassMeanIoU
metrics/mean_iou/mean_iou.py:277
ClassMeasurement
A Measurement is the base class and common API for all measurements. Args: config_name (`str`): This is used to define a hash
src/evaluate/module.py:842
ClassMeasurementInfo
Information about a measurement. `EvaluationModuleInfo` documents a measurement, including its name, version, and features. See the construct
src/evaluate/info.py:148
ClassMeteor
metrics/meteor/meteor.py:92
ClassMetric
A Metric is the base class and common API for all metrics. Args: config_name (`str`): This is used to define a hash specific
src/evaluate/module.py:782
ClassMetricInfo
Information about a metric. `EvaluationModuleInfo` documents a metric, including its name, version, and features. See the constructor argumen
src/evaluate/info.py:122
ClassModuleFactoryTest
tests/test_load.py:50
ClassMse
metrics/mse/mse.py:89
ClassNistMt
A wrapper around NLTK's NIST implementation.
metrics/nist_mt/nist_mt.py:86
ClassOfflineSimulationMode
tests/utils.py:218
ClassPearsonr
metrics/pearsonr/pearsonr.py:87
ClassPerplexity
measurements/perplexity/perplexity.py:89
ClassPerplexity
metrics/perplexity/perplexity.py:88
ClassPoseval
metrics/poseval/poseval.py:84
next →1–100 of 150, ranked by callers