Package app :: Package autoranking :: Module check
[hide private]
[frames] | no frames]

Module check

source code

Created on 07 Mar 2012


Author: Eleftherios Avramidis

Functions [hide private]
[({parameter_name:parameter_value},{result_name:result_value}), ...] The key of each entry is a tuple containing (attribute_set,classifier_name,discretization,filterscorediff) and its value is a list of (float) values, respectively to their names entered in the list 'required_feature_names'
retrieve_results(mysuite, path, reps=[0])
Parallelizes and aligned the vectors provided by the Experiment Suite API
source code
 
get_tabfile(results, preferred_params=[], preferred_scores=[], display_header=True, delimiter="\t") source code
Function Details [hide private]

retrieve_results(mysuite, path, reps=[0])

source code 

Parallelizes and aligned the vectors provided by the Experiment Suite API

Parameters:
  • mysuite (ExperimentSuite) - instance of the Experiment Suite or subclass
  • path (str) - the directory that will be searched for results. It needs to have the structure suported by Experiment Suite
  • reps ([int, ...]) - a list or a range of repetition values that need to be checked. For simple experiments only one repetition exists, so the default value is 0
Returns: [({parameter_name:parameter_value},{result_name:result_value}), ...] The key of each entry is a tuple containing (attribute_set,classifier_name,discretization,filterscorediff) and its value is a list of (float) values, respectively to their names entered in the list 'required_feature_names'
A list of with one tuple per app. Each tuple contains a dictionary of the app parameters and a a dictionary of the result values