#4 Added an abstract class PipelineSelector and two children classes GridsearchPipelineSelector and HyperoptPipelineSelector

Open
tanja wants to merge 36 commits from tanja/new_pipeline_selection into tanja/master

36 Commits

Author SHA1 Message Date
  tanja 0d38a4ed14 merged with master: resolved merge conflicts 3 years ago
  tanja 9dbda100b4 removed all changes from the class hyperiopt pipeline selection, the changes are in the class hyperopt pipeline selector 3 years ago
  tanja 7c3e6b725b added * 3 years ago
  tanja b91b3f860b added influxdb in pipenv 3 years ago
  tanja f98b17f75f corrected time format in query 3 years ago
  tanja 87a4ab8f30 corrected time format in query 3 years ago
  tanja a88972950c changed init 3 years ago
  tanja 4109ebff20 all changes 3 years ago
  tanja 7eb1462120 wip hyperparameter selection 3 years ago
  tanja 008353d4c1 wip hyperparameter selection 3 years ago
  tanja 351271f435 fixed bug in Cleaning utis 3 years ago
  tanja 04ec30f765 wip 3 years ago
  tanja 20f8808d0c try except in the test for saving results in mongo 3 years ago
  tanja 910392f457 corrected get_n_pipelines_of_each_type in gridsearch, prettyfied 3 years ago
  tanja 98f696ff89 pretyfied code 3 years ago
  tanja 28651a6840 added composed_space_sample 3 years ago
  tanja f3683a45f3 renamed space_composer to hyperparameter_space_commposer 3 years ago
  tanja 5588247f5f moved SpaceComposer out of the hyperopt folder 3 years ago
  tanja 26683a2f96 made space composer a class 3 years ago
  tanja c61c72be29 Merge branch 'space_composer' of https://intra.acdp.at/gogs/tanja/cdplib into new_pipeline_selection 3 years ago
  tanja 5a348818be added an advanced space sample 3 years ago
  tanja ff659f0836 added total_tuning_time property 3 years ago
  tanja 5ac3a5b6e6 added total_tuning_time property 3 years ago
  tanja 28f4bcc46d change in the abstract PipelineSelector class 3 years ago
  tanja cfead15b78 changes in log 3 years ago
  tanja d90c42d5da added HyperoprtPipelineSelector 3 years ago
  tanja 470408f2db added GridSearchPipelineSelector 3 years ago
  tanja 40acb71644 added hyperopt space sample 3 years ago
  tanja 0457ee6e80 added ErrorType in log 3 years ago
  tanja 98769c9e78 fixed space element definition 3 years ago
  tanja 46a0090ea8 fixed np.ndarray type definition 3 years ago
  tanja 5f4b840d52 fixed np.ndarray type definition 3 years ago
  tanja 4a6376f121 fixed a bug with NoneType 3 years ago
  tanja 6b4e27299b added an abstract class for pipeline selection and a class for gridsearch with trials 3 years ago
  tanja c49f49730c added new classes LoadingUtils, PipelineSelector and GridsearchPipelineSelector 3 years ago
  tanja 232d4f35cf added a sample space to pass to the hyperopt pipline selector 3 years ago