vipr.plugins package¶
Subpackages¶
- vipr.plugins.api package
- Subpackages
- vipr.plugins.api.exporters package
- Submodules
- vipr.plugins.api.exporters.diagram_csv_exporter module
- vipr.plugins.api.exporters.diagram_image_generator module
- vipr.plugins.api.exporters.diagram_statistics_extractor module
- vipr.plugins.api.exporters.image_exporter module
- vipr.plugins.api.exporters.script_exporter module
- vipr.plugins.api.exporters.table_csv_exporter module
- vipr.plugins.api.exporters.table_text_formatter module
- Module contents
- vipr.plugins.api.fastapi package
- vipr.plugins.api.plot_scripts package
- vipr.plugins.api.exporters package
- Submodules
- vipr.plugins.api.controllers module
- vipr.plugins.api.data_collector module
DataCollectorDataCollector.add_global_log()DataCollector.create_item_collector()DataCollector.diagram()DataCollector.enable_result_storage()DataCollector.image()DataCollector.log()DataCollector.return_gui_data()DataCollector.save_result()DataCollector.set_batch_metadata()DataCollector.store_current_result()DataCollector.table()
DiagramBuilderImageBuilderTableBuilder
- vipr.plugins.api.decorator module
- vipr.plugins.api.models module
ChiSquaredStatsDiagramDiagramMetadataGoodnessOfFitStatsGoodnessOfFitStats.chi_squared_polishedGoodnessOfFitStats.chi_squared_predictedGoodnessOfFitStats.mae_polishedGoodnessOfFitStats.mae_predictedGoodnessOfFitStats.mape_polishedGoodnessOfFitStats.mape_predictedGoodnessOfFitStats.model_configGoodnessOfFitStats.mse_polishedGoodnessOfFitStats.mse_predictedGoodnessOfFitStats.reduced_chi_squared_polishedGoodnessOfFitStats.reduced_chi_squared_predictedGoodnessOfFitStats.rmse_polishedGoodnessOfFitStats.rmse_predictedGoodnessOfFitStats.rss_polishedGoodnessOfFitStats.rss_predicted
ImageItemDataLogEntryLogLevelScaleTypeSeriesDefinitionTableUIDataUIData.batch_metadataUIData.batch_sizeUIData.diagramsUIData.find_diagram()UIData.find_diagram_by_id()UIData.find_image()UIData.find_image_by_id()UIData.find_table()UIData.find_table_by_id()UIData.global_logsUIData.imagesUIData.is_single_spectrumUIData.itemsUIData.logsUIData.model_configUIData.tables
- vipr.plugins.api.result_storage module
ResultStorageResultStorage.cleanup_old_results()ResultStorage.delete_result()ResultStorage.get_result()ResultStorage.get_result_directory()ResultStorage.get_storage_info()ResultStorage.result_exists()ResultStorage.save_diagram_file()ResultStorage.save_image_file()ResultStorage.save_result()ResultStorage.save_result_with_id()ResultStorage.save_script_data()ResultStorage.save_script_file()ResultStorage.save_table_file()ResultStorage.save_text_file()
api_result_exists()delete_api_result()get_api_result()save_api_result()
- vipr.plugins.api.visualization_config module
- Module contents
- Subpackages
- vipr.plugins.celery package
- vipr.plugins.discovery package
- Submodules
- vipr.plugins.discovery.controllers module
DiscoveryControllerDiscoveryController.MetaDiscoveryController.components()DiscoveryController.data_loaders()DiscoveryController.filter_types()DiscoveryController.filters()DiscoveryController.hook_types()DiscoveryController.hooks()DiscoveryController.model_loaders()DiscoveryController.plugins()DiscoveryController.postprocessors()DiscoveryController.predictors()
- vipr.plugins.discovery.decorators module
clear_discovery()discover_component()discover_data_loader()discover_filter()discover_hook()discover_model_loader()discover_postprocessor()discover_predictor()get_discovered_components()get_discovered_data_loaders()get_discovered_filters()get_discovered_hooks()get_discovered_model_loaders()get_discovered_postprocessors()get_discovered_predictors()
- vipr.plugins.discovery.models module
- Module contents
- vipr.plugins.huggingface package
- vipr.plugins.inference package
- Subpackages
- Submodules
- vipr.plugins.inference.abstract_step module
AbstractInferenceStepAbstractInferenceStep.appAbstractInferenceStep.PRE_PRE_FILTER_HOOKAbstractInferenceStep.PRE_FILTERAbstractInferenceStep.POST_PRE_FILTER_HOOKAbstractInferenceStep.PRE_POST_FILTER_HOOKAbstractInferenceStep.POST_FILTERAbstractInferenceStep.POST_POST_FILTER_HOOKAbstractInferenceStep.POST_FILTERAbstractInferenceStep.POST_POST_FILTER_HOOKAbstractInferenceStep.POST_PRE_FILTER_HOOKAbstractInferenceStep.PRE_FILTERAbstractInferenceStep.PRE_POST_FILTER_HOOKAbstractInferenceStep.PRE_PRE_FILTER_HOOKAbstractInferenceStep.execute()AbstractInferenceStep.get_step_config()AbstractInferenceStep.log_step_end()AbstractInferenceStep.log_step_start()AbstractInferenceStep.run()AbstractInferenceStep.runPostFilter()AbstractInferenceStep.runPostPostFilterHook()AbstractInferenceStep.runPostPreFilterHook()AbstractInferenceStep.runPreFilter()AbstractInferenceStep.runPrePostFilterHook()AbstractInferenceStep.runPrePreFilterHook()AbstractInferenceStep.safe_run()
REPLACE
- vipr.plugins.inference.base_inference module
- vipr.plugins.inference.controller module
- vipr.plugins.inference.dataset module
- vipr.plugins.inference.inference module
- vipr.plugins.inference.models module
- vipr.plugins.inference.progress_tracker module
- Module contents
AbstractInferenceStepAbstractInferenceStep.appAbstractInferenceStep.PRE_PRE_FILTER_HOOKAbstractInferenceStep.PRE_FILTERAbstractInferenceStep.POST_PRE_FILTER_HOOKAbstractInferenceStep.PRE_POST_FILTER_HOOKAbstractInferenceStep.POST_FILTERAbstractInferenceStep.POST_POST_FILTER_HOOKAbstractInferenceStep.POST_FILTERAbstractInferenceStep.POST_POST_FILTER_HOOKAbstractInferenceStep.POST_PRE_FILTER_HOOKAbstractInferenceStep.PRE_FILTERAbstractInferenceStep.PRE_POST_FILTER_HOOKAbstractInferenceStep.PRE_PRE_FILTER_HOOKAbstractInferenceStep.execute()AbstractInferenceStep.get_step_config()AbstractInferenceStep.log_step_end()AbstractInferenceStep.log_step_start()AbstractInferenceStep.run()AbstractInferenceStep.runPostFilter()AbstractInferenceStep.runPostPostFilterHook()AbstractInferenceStep.runPostPreFilterHook()AbstractInferenceStep.runPreFilter()AbstractInferenceStep.runPrePostFilterHook()AbstractInferenceStep.runPrePreFilterHook()AbstractInferenceStep.safe_run()
DataSetInferenceInferenceResultLoadDataInferenceStepLoadModelInferenceStepLoadModelInferenceStep.POST_FILTERLoadModelInferenceStep.POST_POST_FILTER_HOOKLoadModelInferenceStep.POST_PRE_FILTER_HOOKLoadModelInferenceStep.PRE_FILTERLoadModelInferenceStep.PRE_POST_FILTER_HOOKLoadModelInferenceStep.PRE_PRE_FILTER_HOOKLoadModelInferenceStep.execute()LoadModelInferenceStep.run()
PostprocessInferenceStepPostprocessInferenceStep.POST_FILTERPostprocessInferenceStep.POST_POST_FILTER_HOOKPostprocessInferenceStep.POST_PRE_FILTER_HOOKPostprocessInferenceStep.PRE_FILTERPostprocessInferenceStep.PRE_POST_FILTER_HOOKPostprocessInferenceStep.PRE_PRE_FILTER_HOOKPostprocessInferenceStep.execute()PostprocessInferenceStep.run()
PredictionInferenceStepPredictionInferenceStep.POST_FILTERPredictionInferenceStep.POST_POST_FILTER_HOOKPredictionInferenceStep.POST_PRE_FILTER_HOOKPredictionInferenceStep.PRE_FILTERPredictionInferenceStep.PRE_POST_FILTER_HOOKPredictionInferenceStep.PRE_PRE_FILTER_HOOKPredictionInferenceStep.execute()PredictionInferenceStep.run()
PreprocessInferenceStepPreprocessInferenceStep.POST_FILTERPreprocessInferenceStep.POST_POST_FILTER_HOOKPreprocessInferenceStep.POST_PRE_FILTER_HOOKPreprocessInferenceStep.PRE_FILTERPreprocessInferenceStep.PRE_POST_FILTER_HOOKPreprocessInferenceStep.PRE_PRE_FILTER_HOOKPreprocessInferenceStep.execute()PreprocessInferenceStep.run()
- vipr.plugins.normalizers package
- vipr.plugins.performance package