Simple tool to run Machine Learning based imputation techniques
conda env create -f environment.yml
Install pixi if you haven't already:
curl -sSf https://pixi.sh/install.sh | bash
Then, you can install the MLImpute package using:
# For CPU only
pixi install
# For Linux + GPU machines
pixi install --environment gpu
Conda:
python impute.py --input <input_file> --output <output_file> --model <imputation_method>
Pixi:
pixi run -- python impute.py --input <input_file> --output <output_file> --model <imputation_method>
- Node.js
- Rust
npm run tauri dev
pytest --cov=src --cov-report=term-missing --cov-report=html