https://github.com/ntucllab/libact
Raw File
Tip revision: 1079085b27bcb5d929ab3d9d0bbc2a132ec8cbdc authored by Poy on 11 August 2021, 01:37:03 UTC
[MRG] Upgrade to support newest scikit-learn version (#188)
Tip revision: 1079085
.gitignore
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# dataset for examples (use script to download)
examples/australian.txt
examples/diabetes.txt
examples/heart.txt
back to top