Skip to main content

Python library for the Khiops AutoML suite

Project description

Khiops Python Library

This is the repository of the Khiops Python Library for the Khiops AutoML suite.

Description

Khiops is a robust AutoML suite for constructing supervised models (classifiers, regressors and encoders) and unsupervised models (coclusterings). With this package you can use Khiops via Python in two ways:

  • with the module khiops.core: To use Khiops in its native way (Khiops dictionary files + tabular data files as input)
  • with the module khiops.sklearn: To use Khiops with Scikit-Learn estimator objects (Pandas dataframes or NumPy arrays as input)

Installation

Using conda

conda create -n khiops-env
conda activate khiops-env
conda install -c conda-forge khiops

Using pip under Linux (in a bash shell)

python -m venv khiops-venv
source khiops-venv/bin/activate
pip install -U khiops

Using pip under Windows (in a powershell shell)

python -m venv khiops-venv
khiops-venv\Scripts\activate
pip install -U khiops

Other installation methods are documented at the Khiops website.

Requirements

Documentation

The API Docs for the Khiops Python library are available here. Other documentation (algorithms, installation etc.) can be found on the Khiops site.

The library itself is documented with docstrings: for example, to obtain help on the KhiopsClassifier estimator and on the train_predictor function, respectively, you can use:

from khiops.sklearn import KhiopsClassifier
help(KhiopsClassifier)

from khiops import core as kh
help(kh.train_predictor)

License

The Khiops Python library is distributed under the BSD 3-Clause-clear License, the text of which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the LICENSE.md for more details.

Credits

The Khiops Python library is currently developed at Orange Innovation by the Khiops Team: khiops.team@orange.com .

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

khiops-11.0.0.0.tar.gz (179.5 kB view details)

Uploaded Source

File details

Details for the file khiops-11.0.0.0.tar.gz.

File metadata

  • Download URL: khiops-11.0.0.0.tar.gz
  • Upload date:
  • Size: 179.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for khiops-11.0.0.0.tar.gz
Algorithm Hash digest
SHA256 35b03439b515e528a87bf0d42c93f047a1bf7e3fe95f9fb1aa8d0e8f360337de
MD5 9883e5fbb50e6315b3de0083ce2b442c
BLAKE2b-256 1fbd5e1d1a6f1bc5ef3746a905346b3f5990120c01a1396beec04181e2a9b342

See more details on using hashes here.

Provenance

The following attestation bundles were made for khiops-11.0.0.0.tar.gz:

Publisher: pip.yml on KhiopsML/khiops-python

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