PyPI project
aberrant
2 indexed releases ยท newest sdist 0.5.0 with 113 indexed members
Files in 0.5.0 aberrant-0.5.0.tar.gz
- aberrant/__init__.py
- aberrant/base/__init__.py
- aberrant/base/architecture.py
- aberrant/base/exceptions.py
- aberrant/base/model.py
- aberrant/base/pipeline.py
- aberrant/base/similarity.py
- aberrant/base/transformer.py
- aberrant/drift/__init__.py
- aberrant/drift/adwin.py
- aberrant/drift/base.py
- aberrant/drift/kswin.py
- aberrant/drift/page_hinkley.py
- aberrant/model/__init__.py
- aberrant/model/deep/__init__.py
- aberrant/model/deep/autoencoder.py
- aberrant/model/distance/__init__.py
- aberrant/model/distance/knn.py
- aberrant/model/distance/lof.py
- aberrant/model/iforest/__init__.py
- aberrant/model/iforest/asd.py
- aberrant/model/iforest/halfspace.py
- aberrant/model/iforest/mondrian.py
- aberrant/model/iforest/online.py
- aberrant/model/iforest/rand_hist.py
- aberrant/model/iforest/random_cut.py
- aberrant/model/iforest/xstream.py
- aberrant/model/null.py
- aberrant/model/quantile_threshold.py
- aberrant/model/random.py
- aberrant/model/stat/__init__.py
- aberrant/model/stat/multi.py
- aberrant/model/stat/uni.py
- aberrant/model/svm/__init__.py
- aberrant/model/svm/adaptive.py
- aberrant/model/svm/gadget.py
- aberrant/model/threshold.py
- aberrant/stream/__init__.py
- aberrant/stream/dataset/__init__.py
- aberrant/stream/dataset/loader.py
- aberrant/stream/dataset/registry.py
- aberrant/stream/dataset/streamers.py
- aberrant/stream/streamer.py
- aberrant/transform/__init__.py
- aberrant/transform/preprocessing/__init__.py
- aberrant/transform/preprocessing/scaler.py
- aberrant/transform/projection/__init__.py
- aberrant/transform/projection/incremental_pca.py
- aberrant/transform/projection/random_projection.py
- aberrant/utils/__init__.py
- aberrant/utils/deep/__init__.py
- aberrant/utils/deep/architecture.py
- aberrant/utils/deep/loss_func.py
- aberrant/utils/similar/__init__.py
- aberrant/utils/similar/faiss_engine.py
- examples/models/adaptive_svm.py
- examples/models/asd_iforest.py
- examples/models/autoencoder.py
- examples/models/gadget_svm.py
- examples/models/knn.py
- examples/models/mondrian_iforest.py
- examples/models/online_iforest.py
- examples/models/random_cut_forest.py
- examples/models/streamRHF.py
- examples/models/xstream.py
- examples/pipeline.py
- tests/__init__.py
- tests/drift/__init__.py
- tests/drift/test_adwin.py
- tests/drift/test_kswin.py
- tests/drift/test_page_hinkley.py
- tests/integration/__init__.py
- tests/integration/_settings.py
- tests/integration/conftest.py
- tests/integration/test_deep_autoencoder.py
- tests/integration/test_distance_knn.py
- tests/integration/test_iforest_asd.py
- tests/integration/test_iforest_mondrian.py
- tests/integration/test_iforest_online.py
- tests/integration/test_iforest_rand_hist.py
- tests/integration/test_iforest_random_cut.py
- tests/integration/test_iforest_xstream.py
- tests/integration/test_null.py
- tests/integration/test_random.py
- tests/integration/test_stat_multi.py
- tests/integration/test_stat_uni.py
- tests/integration/test_svm_adaptive.py
- tests/integration/test_svm_gadget.py
- tests/models/__init__.py
- tests/models/test_deep_autoencoder.py
- tests/models/test_distance_knn.py
- tests/models/test_distance_lof.py
- tests/models/test_iforest_asd.py
- tests/models/test_iforest_halfspace.py
- tests/models/test_iforest_mondrian.py
- tests/models/test_iforest_online.py
- tests/models/test_iforest_rand_hist.py
- tests/models/test_iforest_random_cut.py
- tests/models/test_iforest_xstream.py
- tests/models/test_null.py
- tests/models/test_quantile_threshold.py
- tests/models/test_random.py
- tests/models/test_stat_multi.py
- tests/models/test_stat_uni.py
- tests/models/test_svm_adaptive.py
- tests/models/test_svm_gadget.py
- tests/models/test_threshold.py
- tests/test_public_imports.py
- tests/transformers/__init__.py
- tests/transformers/test_pca.py
- tests/transformers/test_pca_pipeline.py
- tests/transformers/test_preprocessing.py
- tests/utils.py