-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Bell Eapen edited this page Oct 28, 2025
·
13 revisions
-
CRISP-T is a Python package that can be installed using pip and used from the command line. Your system should have Python 3.11 or higher and pip installed. You can download and install Python for your operating system here. Optionally, CRISP-T can be imported into Python scripts or Jupyter notebooks.
-
uv is recommended, but not necessary.
-
Installing packages in a virtual environment using pip and venv is recommended if you are not using uv.
pip install crisp-t[ml]pip install crisp-tpip install crisp-t[xg]- Mac users need to install libomp:
brew install libompfor XGBoost to work. (Needed only if you want to use XGBoost)