but the probleme in my data time is with Millisecond and the parameters of DateEncoder is with Day and hour.
so my question is to solve this probleme:
*I must create Model Parameters Or Create an OPF Model ?
*change the parameters of DateEncoder ? (how)
I use this link to learn:HTM
thanks
If your dates are in milliseconds, the date encoder is not going to produce any useful semantic encodings. Milliseconds are not “human scale” time periods.
Model params are used to create all types of models in our examples.
hi matt,
I try your exemple https://github.com/rhyolight/online-anomaly-detection/tree/master/mat_src , and I make some changes in the model_params the update of the parametrs of SP and TM but have this error :
return _engine_internal.Network_addRegion(self, *args, **kwargs)
TypeError: init() takes at least 3 arguments (3 given)