Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelcurioso committed Sep 10, 2024
1 parent 0b1ca8c commit f3fd5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/TSFEL_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
"outputs": [],
"source": [
"# @title Feature Extraction\n",
"# cfg_file = tsfel.get_features_by_domain() # All features\n",
"cfg_file = tsfel.get_features_by_domain('statistical') # Only statistical features\n",
"cfg_file = tsfel.get_features_by_domain() # All features\n",
"# cfg_file = tsfel.get_features_by_domain('statistical') # Only statistical features\n",
"# cfg_file = tsfel.get_features_by_domain('temporal') # Only temporal features\n",
"# cfg_file = tsfel.get_features_by_domain('spectral') # Only spectral features\n",
"\n",
Expand Down

0 comments on commit f3fd5e4

Please sign in to comment.