From 4b00a5276b1d2d7233f30e943e8e801fe69d6289 Mon Sep 17 00:00:00 2001 From: Dmitry Tikhomirov Date: Mon, 15 Jan 2024 10:40:12 +0300 Subject: [PATCH] Merged with abstract classes --- docs/pages/modules/utils.rst | 67 ------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 docs/pages/modules/utils.rst diff --git a/docs/pages/modules/utils.rst b/docs/pages/modules/utils.rst deleted file mode 100644 index a4106107..00000000 --- a/docs/pages/modules/utils.rst +++ /dev/null @@ -1,67 +0,0 @@ -.. currentmodule:: hypex.utils - -Utils -======================= - -Classes for some utils - -Utils classes ------------------------------------ - -.. autosummary:: - :toctree: ./generated - :nosignatures: - :template: classtemplate.rst - - psi_pandas.PSI - - -Base metrics for quality results ----------------------------------------- - -.. currentmodule:: hypex.utils.metrics -.. autosummary:: - :toctree: ./generated - :nosignatures: - :template: functiontemplate.rst - - smd - ks - matching_quality - check_repeats - -Functions for calculate PSI ----------------------------------------------- -.. currentmodule:: hypex.utils.psi_pandas -.. autosummary:: - :toctree: ./generated - :nosignatures: - :template: functiontemplate.rst - - report - -Dataset creation for tutorials and testing --------------------------------------------------------- - -.. currentmodule:: hypex.utils.tutorial_data_creation -.. autosummary:: - :toctree: ./generated - :nosignatures: - :template: functiontemplate.rst - - set_nans - create_test_data - -Validators ----------------------------- - -.. currentmodule:: hypex.utils.validators -.. autosummary:: - :toctree: ./generated - :nosignatures: - :template: functiontemplate.rst - - random_treatment - random_feature - subset_refuter - test_significance