FYI: https://github.com/numenta/nupic/issues/931 --------- Matt Taylor OS Community Flag-Bearer Numenta
On Tue, May 13, 2014 at 2:18 PM, Marcos Romero <[email protected]> wrote: > Thank you guys. I will change the data format then. > > > 2014-05-13 3:03 GMT+02:00 Austin Marshall <[email protected]>: > >> >> https://github.com/numenta/nupic/blob/master/py/nupic/data/utils.py#L35-L37 >> >> >> On Mon, May 12, 2014 at 3:13 PM, Matthew Taylor <[email protected]> wrote: >>> >>> I believe swarming only handles a certain subset of date format >>> strings. I cannot remember what they are off the top of my head. >>> Unfortunately, the swarming process is a bit strict about the CSV >>> input file format. Your best bet at this point is to reformat your >>> dates to match the "%m/%d/%y %H:%M" format. >>> --------- >>> Matt Taylor >>> OS Community Flag-Bearer >>> Numenta >>> >>> >>> On Mon, May 12, 2014 at 2:57 PM, Marcos Romero <[email protected]> >>> wrote: >>> > Hi all, >>> > >>> > I followed the One Hot Gym Prediction Tutorial step by step and it >>> > works >>> > perfectly for me. Thanks for the job Matt. >>> > I was trying the same managing consumption data from my university (I >>> > want >>> > to test following this tutorial), but I found a problem with the data >>> > format. Here's an example: >>> > >>> > 29/12/12 05:00,13.272 >>> > 29/12/12 05:15,12.231 >>> > 29/12/12 05:30,12.029 >>> > >>> > day / month / year >>> > >>> > When I run the swarm.py file the process fails. I think it is because >>> > the >>> > data format is different (month / day / year). I tried to change it to >>> > the >>> > file permutations_runner.py but I wasn't able come up with a solution. >>> > >>> > Does anyone know where (with which file) can I format the data? >>> > >>> > Thank you very much. >>> > >>> > >>> > 2014-04-27 12:41 GMT+02:00 Fergal Byrne <[email protected]>: >>> > >>> >> Cheers Matt, >>> >> >>> >> I didn't know that. You could link to a Numenta.org page which has a >>> >> summary of your talk and links back out to the Wiki pages, or you >>> >> could put >>> >> in a redirector URL on Numenta.org which flicks people out to the Wiki >>> >> pages. >>> >> >>> >> Duh, scratch that. I see you have linked from the video notes - >>> >> simplest >>> >> thing is to add a caption pointing that out to the viewer (I missed it >>> >> until >>> >> now, so others will). >>> >> >>> >> >>> >> >>> >> On Sat, Apr 26, 2014 at 4:38 PM, Matthew Taylor <[email protected]> >>> >> wrote: >>> >>> >>> >>> Thanks. Problem with linking from videos is that you have to prove >>> >>> ownership of the domain you're linking to, which I cannot do with >>> >>> github.com. I can only link to numenta.org URLs, which makes it >>> >>> kindof >>> >>> useless. >>> >>> --------- >>> >>> Matt Taylor >>> >>> OS Community Flag-Bearer >>> >>> Numenta >>> >>> >>> >>> >>> >>> On Sat, Apr 26, 2014 at 1:53 AM, Fergal Byrne >>> >>> <[email protected]> wrote: >>> >>> > Really excellent screencast Matt. One thing I would add to make it >>> >>> > spotless >>> >>> > would be link captions where you show long links in the screencast. >>> >>> > You >>> >>> > can >>> >>> > add them in Video Manager on YouTube. >>> >>> > >>> >>> > Regards >>> >>> > >>> >>> > Fergal Byrne >>> >>> > >>> >>> > >>> >>> > On Fri, Apr 25, 2014 at 4:28 PM, Matthew Taylor <[email protected]> >>> >>> > wrote: >>> >>> >> >>> >>> >> Source Code: >>> >>> >> >>> >>> >> >>> >>> >> https://github.com/numenta/nupic/tree/master/examples/opf/clients/hotgym/prediction/one_gym >>> >>> >> Screencast: https://www.youtube.com/watch?v=S-0thrzOHTc >>> >>> >> >>> >>> >> Love, >>> >>> >> --------- >>> >>> >> Matt Taylor >>> >>> >> OS Community Flag-Bearer >>> >>> >> Numenta >>> >>> >> >>> >>> >> _______________________________________________ >>> >>> >> nupic mailing list >>> >>> >> [email protected] >>> >>> >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>> >>> >> >>> >>> > >>> >>> > >>> >>> > >>> >>> > -- >>> >>> > >>> >>> > Fergal Byrne, Brenter IT >>> >>> > >>> >>> > Author, Real Machine Intelligence with Clortex and NuPIC >>> >>> > https://leanpub.com/realsmartmachines >>> >>> > >>> >>> > Speaking on Clortex and HTM/CLA at euroClojure Krakow, June 2014: >>> >>> > http://euroclojure.com/2014/ >>> >>> > >>> >>> > http://inbits.com - Better Living through Thoughtful Technology >>> >>> > http://ie.linkedin.com/in/fergbyrne/ >>> >>> > https://github.com/fergalbyrne >>> >>> > >>> >>> > e:[email protected] t:+353 83 4214179 >>> >>> > Formerly of Adnet [email protected] http://www.adnet.ie >>> >>> > >>> >>> > _______________________________________________ >>> >>> > nupic mailing list >>> >>> > [email protected] >>> >>> > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>> >>> > >>> >>> >>> >>> _______________________________________________ >>> >>> nupic mailing list >>> >>> [email protected] >>> >>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>> >> >>> >> >>> >> >>> >> >>> >> -- >>> >> >>> >> Fergal Byrne, Brenter IT >>> >> >>> >> Author, Real Machine Intelligence with Clortex and NuPIC >>> >> https://leanpub.com/realsmartmachines >>> >> >>> >> Speaking on Clortex and HTM/CLA at euroClojure Krakow, June 2014: >>> >> http://euroclojure.com/2014/ >>> >> and at LambdaJam Chicago, July 2014: http://www.lambdajam.com >>> >> >>> >> http://inbits.com - Better Living through Thoughtful Technology >>> >> http://ie.linkedin.com/in/fergbyrne/ - https://github.com/fergalbyrne >>> >> >>> >> e:[email protected] t:+353 83 4214179 >>> >> Join the quest for Machine Intelligence at http://numenta.org >>> >> >>> >> Formerly of Adnet [email protected] http://www.adnet.ie >>> >> >>> >> _______________________________________________ >>> >> nupic mailing list >>> >> [email protected] >>> >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>> >> >>> > >>> > >>> > _______________________________________________ >>> > nupic mailing list >>> > [email protected] >>> > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >>> > >>> >>> _______________________________________________ >>> nupic mailing list >>> [email protected] >>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >> >> >> >> _______________________________________________ >> nupic mailing list >> [email protected] >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >> > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
