numenta / htmpapers

Numenta published papers code and data
GNU Affero General Public License v3.0
316 stars 88 forks source link

nab-plot #32

Open Nanakpreet opened 3 years ago

Nanakpreet commented 3 years ago

Hi

I was trying to use nab-plot but it is not getting installed and giving error nab-plot command not found.

Nanakpreet commented 3 years ago

/home/docker/NAB# nab-plot realKnownCause/machine_temperature_system_failure.csv --offline --no-xLabel --yLabel="Temperature" --start="2013-12-11 06:10:00" bash: nab-plot: command not found

I pulled the docker image and then followed the htm papers, clone the nab repository, and installed the requirements. but nab-plot is not coming with the installation

Lizhanqing-2697 commented 1 year ago

Traceback (most recent call last): File "run.py", line 100, in trainer = Trainer( File "/home/ly/active_dendrites_enable_multitask_learning/main/trainer.py", line 151, in init self._algo = CustomMTSAC( File "/home/ly/active_dendrites_enable_multitask_learning/main/algorithms/custom_mtsac.py", line 71, in init super().init( TypeError: init() got an unexpected keyword argument 'test_sampler'