Skip to main content

Coniferous forests for better machine learning

Project description

ascl:2507.009 PyPI version Documentation Status Test Workflow Build and publish wheels pre-commit.ci status

Package for active anomaly detection with isolation forests, made by SNAD collaboration.

It includes:

  • IsolationForest - reimplementation of scikit-learn's isolation forest with much better training and scoring performance due to the use of Rust programming language and multi-threading.
  • AADForest - reimplementation of Active Anomaly detection algorithm with isolation forests from Shubhomoy Das' ad_examples package with better performance, much less code and more flexible dependencies.
  • PineForest - our own active learning model based on the idea of tree filtering.

Install the package with pip install coniferest.

See the documentation for the Tutorial.

asciicast

Installation

pip install coniferest

Binary wheels are available for Linux, macOS and Windows, so you can install the package from PyPI on these platforms with no build-time dependencies.

If your specific platform is not supported, or you need a development version, you can install the package from the source. To do so, clone the repository and run pip install . in the root directory.

Development

You can install the package in editable mode with pip install -e .[dev] to install the development dependencies.

Linters and formatters

This project makes use of pre-commit hooks, you can install them with pre-commit install. Pre-commit CI is used for continuous integration of the hooks, they are applied to every pull request, and CI is responsible for auto-updating the hooks.

Testing and benchmarking

We use tox to build and test the package in isolated environments with different Python versions. To run tests locally, install tox with pip install tox and run tox in the root directory. We configure tox to skip long tests.

The project uses pytest as a testing framework. Tests are located in the tests directory, and can be run with pytest tests in the root directory. By default, all tests are run, but you can select specific tests with -k option, e.g. pytest tests -k test_onnx.test_onnx_aadforest. You can also deselect a specific group of tests with -m option, e.g. pytest tests -m'not long', see pyproject.toml for the list of markers.

We use pytest-benchmark for benchmarking. You can run benchmarks with pytest tests --benchmark-enable -m benchmark in the root directory. Most of the benchmarks have n_jobs fixture set to 1 by default, you can change it with --n_jobs option. You can adjust the minimum number of iterations with --benchmark-min-rounds and maximum execution time per benchmark with --benchmark-max-time (note that the latter can be exceeded if the minimum number of rounds is not reached). See pyproject.toml for the default benchmarking options. You can make a snapshot the current benchmark result with --benchmark-save=NAME or with --benchmark-autosave, and compare benchmarks with pytest-benchmark compare command.

We also run these benchmarks with GitHub Actions using codspeed.

Citation

If you found this project useful for your research, please cite Kornilov, Korolev, Malanchev, et al., 2025

@article{Kornilov2025,
	title = {Coniferest: A complete active anomaly detection framework},
	journal = {Astronomy and Computing},
	volume = {52},
	pages = {100960},
	year = {2025},
	issn = {2213-1337},
	doi = {10.1016/j.ascom.2025.100960},
	url = {https://www.sciencedirect.com/science/article/pii/S2213133725000332},
	author = {M.V. Kornilov and V.S. Korolev and K.L. Malanchev and A.D. Lavrukhina and E. Russeil and T.A. Semenikhin and E. Gangler and E.E.O. Ishida and M.V. Pruzhinskaya and A.A. Volnova and S. Sreejith},
}

Additionally, you may also cite the ASCL record for the package

@software{2025ascl.soft07009K,
       author = {{Korolev}, Vladimir and {Kornolov}, Matwey and {Malanchev}, Konstantin and {SNAD Team}},
        title = "{Coniferest: Python package for active anomaly detection}",
 howpublished = {Astrophysics Source Code Library, record ascl:2507.009},
         year = 2025,
        month = jul,
          eid = {ascl:2507.009},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2025ascl.soft07009K},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coniferest-0.2.1.tar.gz (39.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

coniferest-0.2.1-cp310-abi3-win_amd64.whl (348.0 kB view details)

Uploaded CPython 3.10+Windows x86-64

coniferest-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (426.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ x86-64

coniferest-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (404.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

coniferest-0.2.1-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (806.9 kB view details)

Uploaded CPython 3.10+macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file coniferest-0.2.1.tar.gz.

File metadata

  • Download URL: coniferest-0.2.1.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for coniferest-0.2.1.tar.gz
Algorithm Hash digest
SHA256 16923db553dfb4879918926b7779a33e2f6ef9af85148f87f7950ed1d8728ddf
MD5 5c14d0c75d283c0c12796f45ad611575
BLAKE2b-256 8692a5c65a00bd52e445a687362f15ec9030f6d5b7c1f6f40af573dfc069858a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coniferest-0.2.1.tar.gz:

Publisher: wheels.yml on snad-space/coniferest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coniferest-0.2.1-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: coniferest-0.2.1-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 348.0 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for coniferest-0.2.1-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4d3df1824ceaa8dddada227e648ffc537bacb73b4b0b9eb00cd129eb3cdd8727
MD5 e3b4cd1a00f18aa3abbee8825fd8a24f
BLAKE2b-256 d855e1fd7f8bcc7f2a68856b4256bcf78da8f272c8bb41b9eafab616ba32c855

See more details on using hashes here.

Provenance

The following attestation bundles were made for coniferest-0.2.1-cp310-abi3-win_amd64.whl:

Publisher: wheels.yml on snad-space/coniferest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coniferest-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coniferest-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ebf5427c853c707364a86e2d1bc1c2a7a06e5dd18979f92c28f48a7e9313038
MD5 5c13fc363b6cdd796f4e5b64f6054368
BLAKE2b-256 9f43462b2f49e9db3b895e14cbd7e2e9d6d10bf64cb284b8828e64c853adbba1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coniferest-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on snad-space/coniferest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coniferest-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for coniferest-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3fe1a507dd0cd954d882cab5d8e67935019377c9b08d4baad784cf4d36bf5f5
MD5 7eb0db0c2f70453c22d844c2a0ad9e14
BLAKE2b-256 4a80fc638f282f2dc9374650bff1d934d7c79e61632cfb5832841921587b212c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coniferest-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on snad-space/coniferest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coniferest-0.2.1-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for coniferest-0.2.1-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6bb42cf8b68cf6cf43811c080d3c64209b9ef88c0ff47772ecf9bd7bc53d082a
MD5 4d590632d89a599bc00f5274fe087cd8
BLAKE2b-256 adc3d345a27c0662d71e2770991ef2736549195dc4d0e76e5a629ebb74265ff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coniferest-0.2.1-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: wheels.yml on snad-space/coniferest

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page