π οΈ Installation GuideΒΆ
Note
AutoMLQuantILDetect with package autoqild is intended to work with Python 3.9.5 and above.
Installation StepsΒΆ
Clone the Repository:
git clone https://github.com/LeakDetectAI/AutoMLQuantILDetect.git cd AutoMLQuantILDetect
Create and Activate a Conda Environment:
conda create --name ILD python=3.10 conda activate ILD
Installation:
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
pip install -r requirements.txt
OR
python setup.py install
On-Step Installation:
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install git+https://github.com/LeakDetectAI/AutoMLQuantILDetect.git