simpleworc Package¶
configbuilder
Module¶
-
class
WORC.facade.simpleworc.configbuilder.
ConfigBuilder
[source]¶ Bases:
object
-
__dict__
= mappingproxy({'__module__': 'WORC.facade.simpleworc.configbuilder', '__init__': <function ConfigBuilder.__init__>, 'build_config': <function ConfigBuilder.build_config>, 'custom_config_overrides': <function ConfigBuilder.custom_config_overrides>, '_cluster_config_overrides': <function ConfigBuilder._cluster_config_overrides>, 'estimator_scoring_overrides': <function ConfigBuilder.estimator_scoring_overrides>, 'coarse_overrides': <function ConfigBuilder.coarse_overrides>, 'full_overrides': <function ConfigBuilder.full_overrides>, 'fullprint': <function ConfigBuilder.fullprint>, '_debug_config_overrides': <function ConfigBuilder._debug_config_overrides>, '__dict__': <attribute '__dict__' of 'ConfigBuilder' objects>, '__weakref__': <attribute '__weakref__' of 'ConfigBuilder' objects>, '__doc__': None})¶
-
__module__
= 'WORC.facade.simpleworc.configbuilder'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
exceptions
Module¶
-
exception
WORC.facade.simpleworc.exceptions.
InvalidCsvFileException
(path)[source]¶ Bases:
Exception
-
__module__
= 'WORC.facade.simpleworc.exceptions'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.simpleworc.exceptions.
InvalidOrderException
(function, execute_first)[source]¶ Bases:
Exception
-
__init__
(function, execute_first)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
__module__
= 'WORC.facade.simpleworc.exceptions'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.simpleworc.exceptions.
NoFeaturesFoundException
(path)[source]¶ Bases:
Exception
-
__module__
= 'WORC.facade.simpleworc.exceptions'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
-
exception
WORC.facade.simpleworc.exceptions.
NoImagesFoundException
(path)[source]¶ Bases:
Exception
-
__module__
= 'WORC.facade.simpleworc.exceptions'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
helpers
Module¶
simpleworc
Module¶
-
class
WORC.facade.simpleworc.simpleworc.
SimpleWORC
(**kwargs)[source]¶ Bases:
object
-
__dict__
= mappingproxy({'__module__': 'WORC.facade.simpleworc.simpleworc', '__init__': <function _error_buldozer.<locals>.dec>, 'features_from_this_directory': <function _error_buldozer.<locals>.dec>, 'images_from_this_directory': <function _error_buldozer.<locals>.dec>, 'segmentations_from_this_directory': <function _error_buldozer.<locals>.dec>, 'labels_from_this_file': <function _error_buldozer.<locals>.dec>, 'semantics_from_this_file': <function _error_buldozer.<locals>.dec>, 'predict_labels': <function _error_buldozer.<locals>.dec>, '_set_and_validate_estimators': <function _error_buldozer.<locals>.dec>, '_validate': <function _error_buldozer.<locals>.dec>, 'execute': <function _error_buldozer.<locals>.dec>, 'binary_classification': <function _error_buldozer.<locals>.dec>, 'regression': <function _error_buldozer.<locals>.dec>, 'survival': <function _error_buldozer.<locals>.dec>, 'add_config_overrides': <function _error_buldozer.<locals>.dec>, 'add_evaluation': <function _error_buldozer.<locals>.dec>, 'set_tmpdir': <function _error_buldozer.<locals>.dec>, 'set_multicore_execution': <function _error_buldozer.<locals>.dec>, 'features_from_radiomix_xlsx': <function _error_buldozer.<locals>.dec>, '__dict__': <attribute '__dict__' of 'SimpleWORC' objects>, '__weakref__': <attribute '__weakref__' of 'SimpleWORC' objects>, '__doc__': None})¶
-
__module__
= 'WORC.facade.simpleworc.simpleworc'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-