nupic.research.support.parse_config

parse_config(config_file, experiments=None, globals_param=None, locals_param=None)[source]

Parse configuration file optionally filtering for specific experiments/sections.

Parameters
  • config_file – Configuration file

  • experiments – Optional list of experiments

  • globals_param – global symbol table to use during eval

  • locals_param – local symbol table to use during eval

Returns

Dictionary with the parsed configuration