Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_anomalies_isolation_forest method #375

Merged
merged 12 commits into from
Jun 5, 2024

Merge branch 'master' of https://github.com/etna-team/etna into issue…

12b3fa8
Select commit
Loading
Failed to load commit list.
Merged

Add get_anomalies_isolation_forest method #375

Merge branch 'master' of https://github.com/etna-team/etna into issue…
12b3fa8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 5, 2024 in 0s

0.00% of diff hit (target 0.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 0.00%)

Annotations

Check warning on line 43 in etna/analysis/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/__init__.py#L43

Added line #L43 was not covered by tests

Check warning on line 4 in etna/analysis/outliers/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/__init__.py#L4

Added line #L4 was not covered by tests

Check warning on line 6 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L1-L6

Added lines #L1 - L6 were not covered by tests

Check warning on line 10 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L8-L10

Added lines #L8 - L10 were not covered by tests

Check warning on line 12 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L12

Added line #L12 was not covered by tests

Check warning on line 15 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L15

Added line #L15 was not covered by tests

Check warning on line 20 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 23 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 32 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L25-L32

Added lines #L25 - L32 were not covered by tests

Check warning on line 34 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L34

Added line #L34 was not covered by tests

Check warning on line 39 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 45 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 50 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L47-L50

Added lines #L47 - L50 were not covered by tests

Check warning on line 53 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L53

Added line #L53 was not covered by tests

Check warning on line 56 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L56

Added line #L56 was not covered by tests

Check warning on line 64 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L59-L64

Added lines #L59 - L64 were not covered by tests

Check warning on line 67 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L67

Added line #L67 was not covered by tests

Check warning on line 144 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L144

Added line #L144 was not covered by tests

Check warning on line 147 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L147

Added line #L147 was not covered by tests

Check warning on line 163 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L159-L163

Added lines #L159 - L163 were not covered by tests

Check warning on line 168 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L165-L168

Added lines #L165 - L168 were not covered by tests

Check warning on line 172 in etna/analysis/outliers/isolation_forest_outliers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

etna/analysis/outliers/isolation_forest_outliers.py#L172

Added line #L172 was not covered by tests