Tom,
Here's what I lifted from the Hot Gym example [1]:
'timestamp_weekend': { 'fieldname': u'timestamp',
'name': u'timestamp_weekend',
'type': 'DateEncoder',
'weekend': 21}
[1]
https://github.com/numenta/nupic/blob/master/examples/opf/clients/hotgym/simple/model_params.py#L70
---------
Matt Taylor
OS Community Flag-Bearer
Numenta
On Thu, Jun 18, 2015 at 8:48 PM, Tom Tan <[email protected]> wrote:
> Hi,
>
> I used OPF to swarm over my data. The resulting model_param contains
> "timestamp_weekend": null
>
> Actually weekends are very significant in my data pattern. How do I enable
> the weekend indication in model param?
>
> Regards,
> Tom
>