Skip to content

Commit

Permalink
Update earth_volcanoes_pixels.yml
Browse files Browse the repository at this point in the history
Fixed bug: File "*/dora/.venv/lib/python3.8/site-packages/dora_exp_pipeline/outlier_detection.py", line 69, in run
    results = self._rank_internal(dtf, dts, dts_ids, top_n, seed, **kwargs)
TypeError: _rank_internal() missing 1 required positional argument: 'fit_single_trees'
  • Loading branch information
anatarano authored Jan 29, 2025
1 parent 742d281 commit b50bbc3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ features: {
top_n: 'None'
outlier_detection: {
iforest: {
n_trees: 100
n_trees: 100,
fit_single_trees: False
},
demud: {
k: 1
Expand All @@ -37,4 +38,4 @@ outlier_detection: {
# Results organization module
results: {
save_scores: {},
}
}

0 comments on commit b50bbc3

Please sign in to comment.