Cradicle Explorer
ai-data-frameworks_evidently
Info
Issues
Patches
Wallets
Source
Source
.devcontainer
.dvc
.github
api-reference
docker
examples
images
src
evidently
cli
core
descriptors
future
generators
guardrails
legacy
calculation_engine
calculations
cli
collector
dashboard
descriptors
experimental
features
BERTScore_feature.py
OOV_words_percentage_feature.py
__init__.py
_registry.py
contains_link_feature.py
custom_feature.py
exact_match_feature.py
feature_generator.py
generated_features.py
hf_feature.py
is_valid_json_feature.py
is_valid_python_feature.py
is_valid_sql_feature.py
json_match_feature.py
json_schema_match_feature.py
llm_judge.py
non_letter_character_percentage_feature.py
openai_feature.py
regexp_feature.py
semantic_similarity_feature.py
sentence_count_feature.py
sentiment_feature.py
text_contains_feature.py
text_length_feature.py
text_part_feature.py
trigger_words_presence_feature.py
word_count_feature.py
words_feature.py
metric_preset
metrics
model
options
pipeline
renderers
report
runner
spark
suite
test_preset
test_suite
tests
ui
utils
__init__.py
__main__.py
_config.py
_registry.py
base_metric.py
core.py
metric_results.py
llm
metrics
nbextension
presets
sdk
tests
ui
utils
widgets
__init__.py
_pydantic_compat.py
_registry.py
_version.py
errors.py
pydantic_utils.py
telemetry.py
test_data
tests
ui
.dockerignore
.dvcignore
.gitbook.yaml
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
biome.jsonc
config.json
config.yaml
example_test.py
pyproject.toml
requirements.dev.txt
requirements.min.txt
ruff.toml
/
src
/
evidently
/
legacy
/
features
/ __init__.py
__init__.py
1
from . import _registry
2
3
__all__ = ["_registry"]