markNZed
markNZed
Documents can have titles split with a newline, currently the script assumes the title is a single line so it does not find the Location in the expected line. Maybe...
Highlights have data like "Location 1513-1514" but notes can look like "Location 1514" so these are not picked up by the script. Maybe a regex like 'Location (\d+)' instead of...
To allow the script to be installed on a path it might be nice to create the output dir if it does not exist (rather than assuming the script is...
I'm using: ``` X_train = tsfel.time_series_features_extractor(cfg_file, X_train_sig, fs=fs, window_size=window_size) ``` There is a minimal sample window size of 12? If I use a smaller window_size then I get errors like...
I am trying to use tsfel.dataset_features_extractor on the data file https://github.com/numenta/NAB/blob/master/data/realAWSCloudwatch/ec2_cpu_utilization_24ae8d.csv The following message is printed: ` Features files saved in:` But there are no results in the directory. I...
Running on Julia 1.6.3 I do not see the top panel (A) that provides access to bookmarks and is described at https://data-voyager.gitbook.io/voyager/ Is their something particular I need to do...
Hi, I have the 20 March 2021 Wikipedia .zim file and searching for the letter 'a' or 'b' or 'c' works but searching for the letter 'd' crashes the kiwix...
This website collects benchmarks and scores, they have a time-series category https://paperswithcode.com/area/time-series In the ML community it seems to be a popular website so it might give a lot more...
NAB assumes an unsupervised algorithm i.e. NAB does not provide feedback to the detector about false negatives and false positives. In the case of a false negative, NAB could indicate...
The first anomaly in realAWSCloudwatch/iio_us-east-1_i-a2eb1cd9_NetworkIn.csv occurs at 2013-10-10 09:35:00 https://github.com/numenta/NAB/blob/2fafea9c37e250edf5281d7f23627dc5e4ebfcac/labels/combined_labels.json#L78 but the window starts at 2013-10-10 10:35:00 https://github.com/numenta/NAB/blob/2fafea9c37e250edf5281d7f23627dc5e4ebfcac/labels/combined_windows.json#L168 The label for the window are not correct in the result files.