Installation Guide¶
This guide will help you install ikpykit
. The default installation of ikpykit
includes only the essential dependencies required for basic functionality. Additional optional dependencies can be installed for extended features.
Basic installation¶
To install the basic version of ikpykit
with its core dependencies, run:
pip install ikpykit
If you're feeling brave, feel free to install the bleeding edge: NOTE: Do so at your own risk; no guarantees given! Latest (unstable):
pip install git+https://github.com/IsolationKernel/ikpykit.git@main --upgrade
Once the installation is completed, you can check whether the installation was successful through:
import ikpyikt
print(ikpyikt.__version__)
Dependencies¶
The following dependencies are installed with the default installation:
- numpy>=1.22
- pandas>=1.5
- tqdm>=4.57
- scikit-learn>=1.2
- joblib>=1.1
- numba>=0.59