Skip to content
Snippets Groups Projects

Resolve "Add some tests"

Merged Leo Bouscarrat requested to merge 19-add-some-tests into master
2 unresolved threads

Closes #19 (closed)

Edited by Leo Bouscarrat

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 import numpy as np
2
3 from bolsonaro.models.model_parameters import ModelParameters
4 from bolsonaro.models.omp_forest_classifier import OmpForestBinaryClassifier, OmpForestMulticlassClassifier
5 from bolsonaro.models.omp_forest_regressor import OmpForestRegressor
6
7
8 def test_binary_classif_omp():
  • Leo Bouscarrat added 1 commit

    added 1 commit

    Compare with previous version

  • Charly Lamothe added 7 commits

    added 7 commits

    Compare with previous version

  • Charly Lamothe mentioned in commit 4e1e84c2

    mentioned in commit 4e1e84c2

  • Please register or sign in to reply
    Loading