Hello NuPIC,
When I run:
$NUPIC/scripts/run_swarm.py $PWD/search_def.json --maxWorkers=6
python $NUPIC/scripts/run_opf_experiment.py $PWD/model_0/
It will give me following file with several columns from which I can get
desired one:
$PWD/model_0/inference/DefaultTask.TemporalAnomaly.predictionLog.csv
I would like to ask if python interface allows access to some more
columns as those that are available in above file?
I know that in python i can programmatically handle many other thing
etc. but I am just curious about the data I can get from both? Is python
interface similar to shell from this point of view?
Thank you