From 007bcaeca8f4335dbb5aa5dc254e8801f03b7ee8 Mon Sep 17 00:00:00 2001 From: Joshua Moore <102399896+jmoo2880@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:54:23 +1000 Subject: [PATCH] Update README.md Fixed the reference to the feature table to point to the new GitBook instead of the old GitBook (which was in edit mode?) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ba622..077131d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Usage (computing 24 features: _catch24_ = _catch22_ + mean + standard deviation) pycatch22.catch22_all(tsData,catch24=True) ``` -We also include a 'short name' for each feature for easier reference (as outlined in the GitBook [Feature overview table](https://app.gitbook.com/o/-MfehZqaCWnsSRDIdUG8/s/-MfHFY4lvzOz3IPaA3wm/feature-overview-table)). +We also include a 'short name' for each feature for easier reference (as outlined in the GitBook [Feature overview table](https://time-series-features.gitbook.io/catch22/feature-descriptions/feature-overview-table)). These short names can be included in the output from `catch22_all()` by setting `short_names=True` as follows: ```python3