πŸ› οΈ Installation GuideΒΆ

Note

AutoMLQuantILDetect with package autoqild is intended to work with Python 3.9.5 and above.

Installation StepsΒΆ

  1. Clone the Repository:

    git clone https://github.com/LeakDetectAI/AutoMLQuantILDetect.git
    cd AutoMLQuantILDetect
    
  2. Create and Activate a Conda Environment:

    conda create --name ILD python=3.10
    conda activate ILD
    
  3. Installation:

    export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
    
    pip install -r requirements.txt
    
    • OR

    python setup.py install
    
  1. On-Step Installation:

    export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
    pip install git+https://github.com/LeakDetectAI/AutoMLQuantILDetect.git