Skip to content
Snippets Groups Projects
Select Git revision
  • correlation
  • master default protected
  • 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
16 results

.env.example

Blame
  • .env.example 432 B
    # Environment variables go here, can be read by `python-dotenv` package:
    #
    #   `src/script.py`
    #   ----------------------------------------------------------------
    #    import dotenv
    #
    #    project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
    #    dotenv_path = os.path.join(project_dir, '.env')
    #    dotenv.load_dotenv(dotenv_path)
    #   ----------------------------------------------------------------
    
    project_dir = "."