diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 820f0740f4..76a5327f13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: jobs: post_create_environment: - pip install pdm - - pdm export --without-hashes -G doc,hub -o requirements-sphinx.txt + - pdm export --without-hashes -G doc,llm -o requirements-sphinx.txt sphinx: configuration: docs/conf.py diff --git a/docs/reference/push/index.rst b/docs/reference/push/index.rst deleted file mode 100644 index b9cac6cabe..0000000000 --- a/docs/reference/push/index.rst +++ /dev/null @@ -1,32 +0,0 @@ -Automated model insights -======================== - -.. automodule:: giskard.push - -.. autoclass:: giskard.push.Push - -.. autoclass:: giskard.push.ExamplePush - -.. autoclass:: giskard.push.FeaturePush - -.. autoclass:: giskard.push.OverconfidencePush - -.. autoclass:: giskard.push.BorderlinePush - -.. autoclass:: giskard.push.ContributionPush - -.. autoclass:: giskard.push.PerturbationPush - - -Automated model insights catalog --------------------------------- - -.. autofunction:: giskard.push.push_test_catalog.catalog.test_diff_rmse_push -.. autofunction:: giskard.push.push_test_catalog.catalog.test_diff_f1_push -.. autofunction:: giskard.push.push_test_catalog.catalog.if_underconfidence_rate_decrease -.. autofunction:: giskard.push.push_test_catalog.catalog.if_overconfidence_rate_decrease -.. autofunction:: giskard.push.push_test_catalog.catalog.correct_example -.. autofunction:: giskard.push.push_test_catalog.catalog.increase_probability -.. autofunction:: giskard.push.push_test_catalog.catalog.one_sample_overconfidence_test -.. autofunction:: giskard.push.push_test_catalog.catalog.one_sample_underconfidence_test -.. autofunction:: giskard.push.push_test_catalog.catalog.test_metamorphic_invariance_with_mad \ No newline at end of file