Difference between revisions of "Profiling"

From SUMOwiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The profiling framework allows a user to track of what happens as the toolbox goes through its paces.  All kinds of statistics and and metadata are recorded and saved for further reference.  This data can then be used to understand how the toolbox produced the final model, why it made particular decisions, how the algorithms can be improved further, etc.
+
The '''profiling framework''' allows a user to track of what happens as the toolbox goes through its paces.  All kinds of statistics and and metadata are recorded and saved for further reference.  This data can then be used to understand how the toolbox produced the final model, why it made particular decisions, how the algorithms can be improved further, etc.
  
See also the [[Add profiler]] page.
+
See also the [[Add Profiler]] page.
  
The part of the profiler framework responsible for tracking how the model parameters (hyperparameters) change during a modeling run is called the [[Observables]] framework.  More information [[Observables|here]].
+
The part of the profiler framework responsible for tracking how the model parameters (''hyperparameters'') change during a modeling run is called the [[Observables]] framework.  More information [[Observables|here]].

Latest revision as of 16:50, 13 June 2008

The profiling framework allows a user to track of what happens as the toolbox goes through its paces. All kinds of statistics and and metadata are recorded and saved for further reference. This data can then be used to understand how the toolbox produced the final model, why it made particular decisions, how the algorithms can be improved further, etc.

See also the Add Profiler page.

The part of the profiler framework responsible for tracking how the model parameters (hyperparameters) change during a modeling run is called the Observables framework. More information here.