nupic_output.py is not a part of NuPIC, it is an external python module I use (in different forms) to process model results from NuPIC's OPF models. See the one I use for the sin prediction example here: https://github.com/rhyolight/nupic.examples/blob/master/sine-prediction/nupic_output.py
If you want to use it, you need to get a copy of it in your local file system and make it importable by python. You can copy and paste this file wherever you want, but I haven't tested in in awhile. --------- Matt Taylor OS Community Flag-Bearer Numenta On Thu, May 5, 2016 at 1:22 AM, Wakan Tanka <[email protected]> wrote: > Hello, > you are saying that you've imported it and then that the file does not > exists, so where is the truth? IMHO nupic_output.py is just for > visualization with matplotlib, you can do your own visualization from > output csv file. Maybe some logs/codes will be useful. > > Regards > > Wakan > > On Thu, May 5, 2016 at 4:18 AM, Jianghao Shen <[email protected]> > wrote: > >> when I'm learning the sine wave prediction tutorial ,after import >> nupic_output, it tells me that no such module exist, and I check my nupic >> file ,I couldn't find it , it is very strange because I use the pip install >> nupic way to install it and other modules are all worked OK, why this >> nupic_output.py doesn't exist ?should I re install nupic? >> >> best regards, >> > > > > -- > Best Regards > > Name: Wakan Tanka a.k.a. Wakatana a.k.a. MackoP00h > Location: Europe > Note: I'm non native English speaker so please bare with me ;) > Contact: > [email protected] > http://stackoverflow.com/users/1616488/wakan-tanka > https://github.com/wakatana > https://twitter.com/MackoP00h >
