Skip to content
Snippets Groups Projects
Select Git revision
  • 03e513c1e8eed84ec53dccb48417d4db49fc38cb
  • master default protected
  • correlation
  • 24-non-negative-omp
  • 15-integration-sota
  • 20-coherence-des-arbres-de-predictions
  • 19-add-some-tests
  • 13-visualization
  • 17-adding-new-datasets
  • 12-experiment-pipeline
  • 14-correction-of-multiclass-classif
  • archive/10-gridsearching-of-the-base-forest
  • archive/farah_notation_and_related_work
  • archive/wip_clean_scripts
  • archive/4-implement-omp_forest_classifier
  • archive/5-add-plots-2
  • archive/Leo_Add_first_notebook
17 results

setup.py

Blame
  • Luc Giffon's avatar
    Luc Giffon authored
    6f0349b9
    History
    setup.py 270 B
    from setuptools import find_packages, setup
    
    setup(
        name='bolsonaro',
        packages=find_packages(),
        version='0.1.0',
        description='Bolsonaro project of QARMA non-permanents: deforesting random forest using OMP.',
        author='QARMA team',
        license='MIT',
    )