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.2.tar.gz (179.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: khiops-11.0.0.2.tar.gz
  • Upload date:
  • Size: 179.6 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.2.tar.gz
Algorithm Hash digest
SHA256 318e44fcb9ed9733c68846851ef190157df621ffab2e75a05c67ac1039c4f935
MD5 2a15dff5888483bbcc10427e11273b9b
BLAKE2b-256 de90684e1c62ec7292e744d1387e01bca16a2f0209452782c121c8a13522e8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for khiops-11.0.0.2.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