.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
makefile
pyproject.toml
requirements-dev.txt
requirements.txt
test_package.py
.github/dependabot.yml
.github/workflows/black.yaml
.github/workflows/lockfiles.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
aircheck_model/new_model/training_config.json
aircheck_model/new_model/lgbm_ECFP6/model_fold1/model.pkl
aircheck_model/new_model/lgbm_ECFP6/model_fold2/model.pkl
aircheck_test_model/__init__.py
aircheck_test_model/_version.py
aircheck_test_model/cli.py
aircheck_test_model/py.typed
aircheck_test_model/settings.py
aircheck_test_model.egg-info/PKG-INFO
aircheck_test_model.egg-info/SOURCES.txt
aircheck_test_model.egg-info/dependency_links.txt
aircheck_test_model.egg-info/entry_points.txt
aircheck_test_model.egg-info/requires.txt
aircheck_test_model.egg-info/top_level.txt
aircheck_test_model/conf/__init__.py
aircheck_test_model/conf/settings.py
aircheck_test_model/config/config.py
aircheck_test_model/config/config_loader.yaml
aircheck_test_model/model/__init__.py
aircheck_test_model/model/eval.py
aircheck_test_model/model/eval_model.py
aircheck_test_model/model/main.py
aircheck_test_model/model/prediction.py
aircheck_test_model/model/test_model.py
aircheck_test_model/new_model/training_config.json
aircheck_test_model/new_model/lgbm_ECFP6/model_fold1/model.pkl
aircheck_test_model/new_model/lgbm_ECFP6/model_fold2/model.pkl
aircheck_test_model/services/jinja.py
aircheck_test_model/templates/.gitkeep
aircheck_test_model/utils/data_loader.py
aircheck_test_model/utils/fps_conversion.py
aircheck_test_model/utils/model_utils.py
docs/dev/README.md
docs/dev/cli.md
docs/dev/dependencies.md
docs/dev/github.md
docs/dev/pypi.md
docs/dev/settings.md
docs/dev/templates.md
tests/__init__.py
tests/conftest.py
tests/test_main.py