.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
LICENSE
README.md
docs-requirements.in
docs-requirements.txt
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/pytest.yml
.github/workflows/python-publish.yml
docs/changelog.md
docs/index.md
docs/installation.md
docs/roadmap.md
docs/images/handshake_meme.jpg
docs/images/icon.png
docs/modules/classifiers.md
sklx/__init__.py
sklx/classifier.py
sklx/net.py
sklx/regressor.py
sklx.egg-info/PKG-INFO
sklx.egg-info/SOURCES.txt
sklx.egg-info/dependency_links.txt
sklx.egg-info/requires.txt
sklx.egg-info/top_level.txt
sklx/tests/__init__.py
sklx/tests/test_classifier.py
sklx/tests/test_regressor.py