Skip to main content

A set of python modules for machine learning and data mining

Project description

Scikit-lexicographical-trees is an adaptation of the Scikit-Learn trees module to support lexicographical approaches for longitudinal data. Refer to the following document for further information: Lexico Decision Tree Classifier.

Classifiers and regressors supporting lexicographical approaches:

🌲 Decision Tree Classifier 🌲 Random Forest Classifier 🌲 Decision Tree Regressor

Classifiers and regressors supporting time-penalized approaches:

🌲 Decision Tree Classifier 🌲 Random Forest Classifier 🌲 Decision Tree Regressor

For more information, refer to the Scikit-Longitudinal – main library utilizing the current fork – : Scikit-Longitudinal.

Acknowledgements

This fork is from NeuroData, an endeavor that paved the path for improving trees/forests in Scikit-Learn. Nonetheless, while our compliments go to the NeuroData team, we also like to thank the original Scikit-Learn team for their excellent effort over the years in providing a robust and versatile library for machine learning.

Do not forget to cite them!

💬💬💬💬💬💬💬💬💬💬

🔄🔄🔄 Original Scikit-Learn README 🔄🔄🔄

Azure CirrusCI Codecov CircleCI Nightly wheels Black PythonVersion PyPi DOI Benchmark

https://raw.githubusercontent.com/scikit-learn/scikit-learn/main/doc/logos/scikit-learn-logo.png

scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

It is currently maintained by a team of volunteers.

Website: https://scikit-learn.org

Installation

Dependencies

scikit-learn requires:

  • Python (>= 3.9)

  • NumPy (>= 1.19.5)

  • SciPy (>= 1.6.0)

  • joblib (>= 1.2.0)

  • threadpoolctl (>= 3.1.0)


Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. scikit-learn 1.0 and later require Python 3.7 or newer. scikit-learn 1.1 and later require Python 3.8 or newer.

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with Display) require Matplotlib (>= 3.3.4). For running the examples Matplotlib >= 3.3.4 is required. A few examples require scikit-image >= 0.17.2, a few examples require pandas >= 1.1.5, some examples require seaborn >= 0.9.0 and plotly >= 5.14.0.

User installation

If you already have a working installation of NumPy and SciPy, the easiest way to install scikit-learn is using pip:

pip install -U scikit-learn

or conda:

conda install -c conda-forge scikit-learn

The documentation includes more detailed installation instructions.

Changelog

See the changelog for a history of notable changes to scikit-learn.

Development

We welcome new contributors of all experience levels. The scikit-learn community goals are to be helpful, welcoming, and effective. The Development Guide has detailed information about contributing code, documentation, tests, and more. We’ve included some basic information in this README.

Source code

You can check the latest sources with the command:

git clone https://github.com/scikit-learn/scikit-learn.git

Contributing

To learn more about making a contribution to scikit-learn, please see our Contributing guide.

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have pytest >= 7.1.2 installed):

pytest sklearn

See the web page https://scikit-learn.org/dev/developers/contributing.html#testing-and-improving-test-coverage for more information.

Random number generation can be controlled during testing by setting the SKLEARN_SEED environment variable.

Submitting a Pull Request

Before opening a Pull Request, have a look at the full Contributing page to make sure your code complies with our guidelines: https://scikit-learn.org/stable/developers/index.html

Project History

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

The project is currently maintained by a team of volunteers.

Note: scikit-learn was previously referred to as scikits.learn.

Help and Support

Documentation

Communication

Citation

If you use scikit-learn in a scientific publication, we would appreciate citations: https://scikit-learn.org/stable/about.html#citing-scikit-learn

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

scikit_lexicographical_trees-0.0.5.tar.gz (7.0 MB view details)

Uploaded Source

Built Distributions

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

scikit_lexicographical_trees-0.0.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_12_0_arm64.whl (10.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

scikit_lexicographical_trees-0.0.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_12_0_arm64.whl (10.5 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file scikit_lexicographical_trees-0.0.5.tar.gz.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5.tar.gz
Algorithm Hash digest
SHA256 67d6d705e3e4b17b1c24151d67d9c056840edadcc5e88c2739a46f6d789dce83
MD5 2b98eb16e81db901ce376c136deff0b3
BLAKE2b-256 53ad406ad5663d663a44fcc101f9825104cf0cbc10491a1f385ac00ebccae265

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5.tar.gz:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bcf9f341f7d556a98c2d09e85f92b07538cb036e5be482d872a6d7099eca2c4f
MD5 a2135e3db5a0366bb06c45e9a47cd6d7
BLAKE2b-256 27d7d963db1c7eb2907455bad8d5ef0220cf2b9121d71c0afc1e8d22f1f868b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d5de08cda4193fd737527fc41a622e63e14c26f89976932dd23c992403a9087f
MD5 965fedcd434b71ca4541f65ffbf0c2c0
BLAKE2b-256 50096597f10a1e57ada30f4380435d6fc7d1c5608c3eaf0a151f7588d327039b

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0c5989bf56b06138488371de1b689f4da4bb2836c9f3e82c3cfde8813a463ce
MD5 7548f037d38f468ac133e9ad39e108c9
BLAKE2b-256 fd9662a766e6d9ed0def8b988aa183a67baf1c11be1eedd07df1c91f7cdd6183

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 692c6708be542c54a6d50b485c3b9d4fc09f2df886665b9a9ee5ad9c67d6b45f
MD5 7a5d499797793aaf3d4f2636c8d32f0a
BLAKE2b-256 b9a49c52084528739861cc5bf1cb698a8bb03845b9a4675bb964fa81b26f91b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7c6f9ded1c696ee68292162bec98d2f371ecba395828b559118d6dd606601a78
MD5 45093060bc0a87afa4f9d60f0c6fb488
BLAKE2b-256 b87e183d59120c78c5701a22936a63d89fda07d49c1f3700a90e06b7c1b1d2ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_12_0_arm64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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

File details

Details for the file scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d246975944ed41f988155b6bd6ca573d366e306bc6d964f6ffb260c1a60a4fad
MD5 9f5a98dbbfbe1f21449bf52d20a0329f
BLAKE2b-256 3b820152d1598be53337775a6263afb90140c80ea162a6d645f545788d3363a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_lexicographical_trees-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on simonprovost/scikit-lexicographical-trees

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