Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Generated Code documentation info on cla model parameter configuration #379

Closed
akamlani opened this issue Nov 5, 2013 · 3 comments
Closed

Comments

@akamlani
Copy link
Contributor

akamlani commented Nov 5, 2013

There are a lot of possible parameter values for a corresponding field label of the model parameters configuration. It is unclear what these are other than looking at examples and grepping through the code base.

  • MODEL_PARAMS in model_params.py, or config in description.py depending if using the custom OPF Client or OpfRunExperiment.
  • Best if this would be generated by the code itself and placed in the top level directory, e.g. pydoc or doxygen since new possible parameter values are bound to change.
  • Example fields of modelParams: 'inferenceType', 'encoders'->'type'
  • Example fields of numeric based values. What is the range (min, max) and acceptable values, and default values. For example if you changed the 'minThreshold' or 'activationThreshold' in 'tpParams'.

This would be a helpful guide for moving beyond the APIs and concentrating more on the configuration and metadata used by the APIs.

@breznak
Copy link
Member

breznak commented Nov 5, 2013

i guess some if this doc is to be found in model_params/description.tpl which is a template for these files.

@akamlani
Copy link
Contributor Author

akamlani commented Nov 6, 2013

I assume you mean the following file:
/nupic/py/nupic/frameworks/opf/exp_generator/descriptionTemplate.tpl

This would help with a few of the fields, but there is still plenty of other information that would be helpful.
Perhaps also in combination with ExpGenerator.py file and other additional guidelines for the fields.

@rhyolight rhyolight modified the milestone: Documentation Sep 14, 2014
@rhyolight rhyolight modified the milestone: Documentation Oct 15, 2014
@rhyolight
Copy link
Member

This issue has been closed because it is obsolete.

Obsolete Walkman

Replaced by #3207

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants