Skip to content

Commit

Permalink
Remove ECDF slope feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarandas committed Feb 14, 2021
1 parent 1999004 commit ae74f7c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/tests_tools/test_features.json
Expand Up @@ -320,17 +320,6 @@
},
"use": "yes"
},
"ECDF Slope": {
"complexity": "log",
"description": "Computes the slope of the ECDF between two percentiles.",
"function": "tsfel.ecdf_slope",
"n_features": 1,
"parameters": {
"p_end": 0.75,
"p_init": 0.5
},
"use": "yes"
},
"Histogram": {
"complexity": "log",
"description": "Computes histogram of the signal.",
Expand Down

0 comments on commit ae74f7c

Please sign in to comment.