Issue with getting anomaly parameters instead of swarming

@Razvan_Flavius_Panda I just realized (thanks @lscheinkman) that you can get model aggregation settings from HTM Studio for any data you run through it. So you do not have to write the code to compute model params if you liked what you got from HTM Studio. There is an option under “show advanced settings”:


This gives you the data aggregation settings you should user for your data. You can use this in combination with getScalarMetricWithTimeOfDayAnomalyParams() to get the same model params HTM Studio used.

Also related to Using findParameters instead of swarming.

2 Likes