Coverage report: 65%

Files Functions Classes

coverage.py v7.13.0, created at 2025-12-09 08:15 +0000

File function   statements missing excluded   coverage
uqmodels / UQModel.py UQModel.__init__   28 2 0   93%
uqmodels / UQModel.py UQModel._load   9 4 0   56%
uqmodels / UQModel.py UQModel.load   12 3 0   75%
uqmodels / UQModel.py UQModel._save   13 7 0   46%
uqmodels / UQModel.py UQModel.save   18 5 0   72%
uqmodels / UQModel.py UQModel._init_UQEstimator   7 0 0   100%
uqmodels / UQModel.py UQModel._fit_predict_KPI_processors   2 0 0   100%
uqmodels / UQModel.py UQModel._fit_score_KPI_processors   2 0 0   100%
uqmodels / UQModel.py UQModel.fit   35 12 0   66%
uqmodels / UQModel.py UQModel.fit_with_generator   9 9 0   0%
uqmodels / UQModel.py UQModel._transform_predict_KPI_processors   7 0 0   100%
uqmodels / UQModel.py UQModel.predict   29 10 0   66%
uqmodels / UQModel.py UQModel.predict_with_generator   5 5 0   0%
uqmodels / UQModel.py UQModel._transform_score_KPI_processors   6 0 0   100%
uqmodels / UQModel.py UQModel.score   34 15 0   56%
uqmodels / UQModel.py UQModel.score_with_generator   9 9 0   0%
uqmodels / UQModel.py (no function)   23 0 0   100%
uqmodels / __init__.py (no function)   0 0 0   100%
uqmodels / check.py dim_1d_check   7 1 0   86%
uqmodels / check.py (no function)   1 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py attack_mean   6 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py attack_var   9 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py attack_spike   6 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py apply_attacks   4 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py core_gen   42 3 0   93%
uqmodels / data_generation / Gen_basic_times_series.py generate_default   2 0 0   100%
uqmodels / data_generation / Gen_basic_times_series.py (no function)   21 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py base_cos_freq   5 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py trunc   1 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_motif   37 6 0   84%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_seas_contexte   4 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_permuts_contexte   6 6 0   0%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_cat_contexte   7 7 0   0%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_anom_motif   29 18 0   38%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_fake_anom   13 13 0   0%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_anom   14 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_noise   4 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py convolve_signal   6 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py gen_data_dyn   21 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py add_noise   2 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py add_noise_aux   4 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py core_gen   92 9 0   90%
uqmodels / data_generation / Gen_multivariate_normal_data.py moving_average   3 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py factory   24 3 0   88%
uqmodels / data_generation / Gen_multivariate_normal_data.py plot_var   40 4 0   90%
uqmodels / data_generation / Gen_multivariate_normal_data.py generate_default   49 0 0   100%
uqmodels / data_generation / Gen_multivariate_normal_data.py (no function)   25 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py feature_augment   13 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py var_vec_matrix   4 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py gen_target   4 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py gen_UQ   5 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py apply_UQ   4 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py core_gen   72 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py generate_default   2 0 0   100%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py compute_val   35 35 0   0%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py two_dimensional_plot   72 72 0   0%
uqmodels / data_generation / Gen_two_dimension_uncertainty_data.py (no function)   14 0 0   100%
uqmodels / modelization / DL_estimator / __init__.py (no function)   0 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_Windows_Embedding.__init__   8 8 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_Windows_Embedding.call   9 9 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_Window_Embedding.__init__   6 6 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_Window_Embedding.call   14 14 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_conv_Embedding.__init__   32 3 0   91%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_conv_Embedding.call   13 2 0   85%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_conv_Embedding.get_config   16 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py Mouving_conv_Embedding.from_config   8 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py Data_embedding_TS.__init__   9 9 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Data_embedding_TS.call   4 4 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py Factice_Time_Extension.__init__   2 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py Factice_Time_Extension.call   4 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py Factice_Time_Extension.get_config   3 0 0   100%
uqmodels / modelization / DL_estimator / data_embedding.py PositionalEmbedding.__init__   8 8 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py PositionalEmbedding.call   1 1 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py ValuesEmbedding.__init__   4 4 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py ValuesEmbedding.call   3 3 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py FixedEmbedding.__init__   11 11 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py FixedEmbedding.call   2 2 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py TemporalEmbedding.__init__   3 3 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py TemporalEmbedding.call   1 1 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py DataEmbedding_ITS.__init__   8 8 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py DataEmbedding_ITS.call   2 2 0   0%
uqmodels / modelization / DL_estimator / data_embedding.py (no function)   53 0 0   100%
uqmodels / modelization / DL_estimator / data_generator.py default_Generator.__init__   14 14 0   0%
uqmodels / modelization / DL_estimator / data_generator.py default_Generator.__len__   1 1 0   0%
uqmodels / modelization / DL_estimator / data_generator.py default_Generator.__getitem__   9 9 0   0%
uqmodels / modelization / DL_estimator / data_generator.py default_Generator.on_epoch_end   3 3 0   0%
uqmodels / modelization / DL_estimator / data_generator.py Folder_Generator.__init__   26 3 0   88%
uqmodels / modelization / DL_estimator / data_generator.py Folder_Generator.load   11 1 0   91%
uqmodels / modelization / DL_estimator / data_generator.py Folder_Generator.__len__   1 0 0   100%
uqmodels / modelization / DL_estimator / data_generator.py Folder_Generator.__getitem__   24 4 0   83%
uqmodels / modelization / DL_estimator / data_generator.py Folder_Generator.on_epoch_end   3 0 0   100%
uqmodels / modelization / DL_estimator / data_generator.py (no function)   14 0 0   100%
uqmodels / modelization / DL_estimator / lstm_ed.py build_lstm_stacked   56 4 0   93%
uqmodels / modelization / DL_estimator / lstm_ed.py Lstm_ED_UQ.__init__   3 0 0   100%
uqmodels / modelization / DL_estimator / lstm_ed.py Lstm_ED_UQ.factory   32 6 0   81%
uqmodels / modelization / DL_estimator / lstm_ed.py Lstm_ED_UQ.Build_generator   1 0 0   100%
uqmodels / modelization / DL_estimator / lstm_ed.py get_params_dict   2 0 0   100%
uqmodels / modelization / DL_estimator / lstm_ed.py (no function)   15 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py Identity_factory   1 1 0   0%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.__init__   39 7 0   82%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.build_loss   19 6 0   68%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.build_metrics   14 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ._format   2 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.factory   12 3 0   75%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.save   16 1 0   94%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.load   12 1 0   92%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.compile   13 13 0   0%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.modify_dropout   5 5 0   0%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.reset   2 2 0   0%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.init_neural_network   8 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.fit   17 1 0   94%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.basic_fit   45 9 0   80%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.dataset_generator   15 1 0   93%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.Build_generator   1 1 0   0%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.predict   7 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py NN_UQ.basic_predict   16 2 0   88%
uqmodels / modelization / DL_estimator / neural_network_UQ.py Drawn_based_prediction   33 4 0   88%
uqmodels / modelization / DL_estimator / neural_network_UQ.py Deterministic_prediction   27 13 0   52%
uqmodels / modelization / DL_estimator / neural_network_UQ.py Ensemble_based_prediction   24 14 0   42%
uqmodels / modelization / DL_estimator / neural_network_UQ.py get_training_parameters   20 3 0   85%
uqmodels / modelization / DL_estimator / neural_network_UQ.py get_params_dict   15 1 0   93%
uqmodels / modelization / DL_estimator / neural_network_UQ.py generate_K_fold_removing_index   18 11 0   39%
uqmodels / modelization / DL_estimator / neural_network_UQ.py generate_train_test   6 0 0   100%
uqmodels / modelization / DL_estimator / neural_network_UQ.py (no function)   38 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerEncoder.__init__   15 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerEncoder.call   10 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerEncoder.get_config   3 3 0   0%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerEncoder.from_config   18 18 0   0%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerDecoder.__init__   19 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerDecoder.causal_attention_mask   8 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerDecoder.call   13 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerDecoder.get_config   2 2 0   0%
uqmodels / modelization / DL_estimator / transformer_ed.py TransformerDecoder.from_config   23 23 0   0%
uqmodels / modelization / DL_estimator / transformer_ed.py build_transformer   47 5 0   89%
uqmodels / modelization / DL_estimator / transformer_ed.py Transformer_ED_UQ.__init__   3 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py Transformer_ED_UQ.factory   30 6 0   80%
uqmodels / modelization / DL_estimator / transformer_ed.py Transformer_ED_UQ.Build_generator   1 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py get_params_dict   2 0 0   100%
uqmodels / modelization / DL_estimator / transformer_ed.py (no function)   42 0 0   100%
uqmodels / modelization / DL_estimator / utils.py sum_part_prod   4 0 0   100%
uqmodels / modelization / DL_estimator / utils.py size_post_conv   4 0 0   100%
uqmodels / modelization / DL_estimator / utils.py find_conv_kernel   10 1 0   90%
uqmodels / modelization / DL_estimator / utils.py set_seeds   5 0 0   100%
uqmodels / modelization / DL_estimator / utils.py set_global_determinism   4 0 0   100%
uqmodels / modelization / DL_estimator / utils.py (no function)   9 0 0   100%
uqmodels / modelization / ML_estimator / __init__.py (no function)   0 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GBRQ_UQEstimator.__init__   6 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GBRQ_UQEstimator._format   2 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GBRQ_UQEstimator.fit   1 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GBRQ_UQEstimator.predict   2 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GBRQ_UQEstimator._tuning   2 2 0   0%
uqmodels / modelization / ML_estimator / baseline.py GPR_UQEstimator.__init__   7 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GPR_UQEstimator._format   2 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GPR_UQEstimator.fit   6 1 0   83%
uqmodels / modelization / ML_estimator / baseline.py GPR_UQEstimator.predict   6 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py GPR_UQEstimator._tuning   1 1 0   0%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator.__init__   17 2 0   88%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator._format   2 0 0   100%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator.get_params   2 2 0   0%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator.fit   26 5 0   81%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator.predict   21 1 0   95%
uqmodels / modelization / ML_estimator / baseline.py REGML_UQEstimator._tuning   29 29 0   0%
uqmodels / modelization / ML_estimator / baseline.py (no function)   33 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.__init__   24 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator._format   2 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.fit   19 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.fit.aux_leaf_statistics   45 45 0   0%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.fit.aux_tree_statistics   21 21 0   0%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.predict   9 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.RF_extraction   40 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.RF_extraction.aux_predict   6 6 0   0%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator.RF_extraction.tree_predict   9 9 0   0%
uqmodels / modelization / ML_estimator / random_forest_UQ.py RF_UQEstimator._tuning   6 6 0   0%
uqmodels / modelization / ML_estimator / random_forest_UQ.py get_params_dict   4 0 0   100%
uqmodels / modelization / ML_estimator / random_forest_UQ.py (no function)   14 0 0   100%
uqmodels / modelization / UQEstimator.py check_type_UQ   3 3 0   0%
uqmodels / modelization / UQEstimator.py get_UQEstimator_parameters   4 0 0   100%
uqmodels / modelization / UQEstimator.py UQEstimator.__init__   10 0 0   100%
uqmodels / modelization / UQEstimator.py UQEstimator._format   37 4 0   89%
uqmodels / modelization / UQEstimator.py UQEstimator.fit   0 0 0   100%
uqmodels / modelization / UQEstimator.py UQEstimator.predict   0 0 0   100%
uqmodels / modelization / UQEstimator.py UQEstimator._tuning   1 1 0   0%
uqmodels / modelization / UQEstimator.py UQEstimator.get_params   6 1 0   83%
uqmodels / modelization / UQEstimator.py UQEstimator.factory   6 0 0   100%
uqmodels / modelization / UQEstimator.py MeanVarUQEstimator.__init__   3 0 0   100%
uqmodels / modelization / UQEstimator.py MeanVarUQEstimator.fit   7 0 0   100%
uqmodels / modelization / UQEstimator.py MeanVarUQEstimator.predict   6 0 0   100%
uqmodels / modelization / UQEstimator.py MeanVarUQEstimator._format   2 0 0   100%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator.__init__   4 0 0   100%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator.fit   4 0 0   100%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator.predict   12 0 0   100%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator._format   2 0 0   100%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator._tuning   9 9 0   0%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator._tuning.make_q_loss   2 2 0   0%
uqmodels / modelization / UQEstimator.py QuantileUQEstimator._tuning.make_q_loss.quantile_loss   3 3 0   0%
uqmodels / modelization / UQEstimator.py (no function)   36 0 0   100%
uqmodels / modelization / __init__.py (no function)   0 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py UQKPI_Processor.__init__   2 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py UQKPI_Processor.fit   2 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py UQKPI_Processor.transform   11 1 0   91%
uqmodels / postprocessing / UQKPI_Processor.py NormalPIs_processor.__init__   3 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py NormalPIs_processor.fit   10 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py NormalPIs_processor.transform   11 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Epistemicscorelvl_processor.__init__   2 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Epistemicscorelvl_processor.fit   2 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Epistemicscorelvl_processor.transform   3 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Anomscore_processor.__init__   3 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Anomscore_processor.fit   6 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py Anomscore_processor.transform   6 0 0   100%
uqmodels / postprocessing / UQKPI_Processor.py (no function)   22 0 0   100%
uqmodels / postprocessing / UQ_processing.py check_y_vs_pred_and_UQ_shape   11 4 0   64%
uqmodels / postprocessing / UQ_processing.py check_UQ   13 6 0   54%
uqmodels / postprocessing / UQ_processing.py get_extremum_var   10 2 0   80%
uqmodels / postprocessing / UQ_processing.py get_nominal_disentangled_UQ_ratio   8 1 0   88%
uqmodels / postprocessing / UQ_processing.py split_var_dUQ   17 1 0   94%
uqmodels / postprocessing / UQ_processing.py get_extremum_var_TOT_and_ndUQ_ratio   8 0 0   100%
uqmodels / postprocessing / UQ_processing.py norm_var   6 0 0   100%
uqmodels / postprocessing / UQ_processing.py renormalise_UQ   19 3 0   84%
uqmodels / postprocessing / UQ_processing.py process_UQmeasure_to_sigma   19 8 0   58%
uqmodels / postprocessing / UQ_processing.py process_UQmeasure_to_TOT_and_E_sigma   9 0 0   100%
uqmodels / postprocessing / UQ_processing.py process_UQmeasure_to_residu   74 23 0   69%
uqmodels / postprocessing / UQ_processing.py process_UQmeasure_to_quantile   25 2 0   92%
uqmodels / postprocessing / UQ_processing.py process_UQmeasure_to_Epistemicscore   15 4 0   73%
uqmodels / postprocessing / UQ_processing.py fit_PI   2 0 0   100%
uqmodels / postprocessing / UQ_processing.py compute_PI   9 1 0   89%
uqmodels / postprocessing / UQ_processing.py fit_Epistemic_score   11 1 0   91%
uqmodels / postprocessing / UQ_processing.py compute_Epistemic_score   17 3 0   82%
uqmodels / postprocessing / UQ_processing.py (no function)   22 0 0   100%
uqmodels / postprocessing / __init__.py (no function)   0 0 0   100%
uqmodels / postprocessing / anomaly_processing.py score_seuil   5 1 0   80%
uqmodels / postprocessing / anomaly_processing.py fit_calibrate   46 8 0   83%
uqmodels / postprocessing / anomaly_processing.py compute_calibrate   19 4 0   79%
uqmodels / postprocessing / anomaly_processing.py fit_born_calibrated   14 14 0   0%
uqmodels / postprocessing / anomaly_processing.py compute_born_calibrated   20 20 0   0%
uqmodels / postprocessing / anomaly_processing.py fit_anom_score   12 2 0   83%
uqmodels / postprocessing / anomaly_processing.py compute_anom_score   42 23 0   45%
uqmodels / postprocessing / anomaly_processing.py fit_score_fusion   12 3 0   75%
uqmodels / postprocessing / anomaly_processing.py compute_score_fusion   16 4 0   75%
uqmodels / postprocessing / anomaly_processing.py (no function)   14 0 0   100%
uqmodels / postprocessing / custom_UQKPI_Processor.py Multiscale_Anomscore_processor.__init__   6 6 0   0%
uqmodels / postprocessing / custom_UQKPI_Processor.py Multiscale_Anomscore_processor._aux_proc   36 36 0   0%
uqmodels / postprocessing / custom_UQKPI_Processor.py Multiscale_Anomscore_processor.fit   2 2 0   0%
uqmodels / postprocessing / custom_UQKPI_Processor.py Multiscale_Anomscore_processor.transform   3 3 0   0%
uqmodels / postprocessing / custom_UQKPI_Processor.py (no function)   8 0 0   100%
uqmodels / processing.py split_path   6 6 0   0%
uqmodels / processing.py to_list   3 0 0   100%
uqmodels / processing.py MyEncoder.default   16 6 0   62%
uqmodels / processing.py write_function   19 13 0   32%
uqmodels / processing.py read_function   33 14 0   58%
uqmodels / processing.py write   25 11 0   56%
uqmodels / processing.py read   25 14 0   44%
uqmodels / processing.py Data_loader.__init__   1 0 0   100%
uqmodels / processing.py Data_loader.load   5 1 0   80%
uqmodels / processing.py set_query_to_cache_query   2 2 0   0%
uqmodels / processing.py set_query_to_cache_query.query_to_cache_query   24 24 0   0%
uqmodels / processing.py Cache_manager.__init__   5 0 0   100%
uqmodels / processing.py Cache_manager.load   15 5 0   67%
uqmodels / processing.py Cache_manager.save   13 4 0   69%
uqmodels / processing.py Cache_manager.default_query_to_cache_query   17 3 0   82%
uqmodels / processing.py Processor.__init__   6 0 0   100%
uqmodels / processing.py Processor.default_update_query   8 8 0   0%
uqmodels / processing.py Processor.fit   1 0 0   100%
uqmodels / processing.py Processor.transform   1 0 0   100%
uqmodels / processing.py Processor.fit_transform   3 3 0   0%
uqmodels / processing.py Processor.save   4 4 0   0%
uqmodels / processing.py Processor.load   13 13 0   0%
uqmodels / processing.py Processor.update_query   4 4 0   0%
uqmodels / processing.py Processor.use_cache   8 5 0   38%
uqmodels / processing.py Pipeline.__init__   4 0 0   100%
uqmodels / processing.py Pipeline.fit   24 24 0   0%
uqmodels / processing.py Pipeline.transform   40 16 0   60%
uqmodels / processing.py Pipeline.fit_transform   3 3 0   0%
uqmodels / processing.py (no function)   43 0 0   100%
uqmodels / utils.py identity   1 1 0   0%
uqmodels / utils.py add_random_state   3 0 0   100%
uqmodels / utils.py generate_random_state   3 3 0   0%
uqmodels / utils.py norm_signal   1 1 0   0%
uqmodels / utils.py cum_sum_consecutive_zero   18 18 0   0%
uqmodels / utils.py threshold   5 0 0   100%
uqmodels / utils.py corr_matrix_array   8 8 0   0%
uqmodels / utils.py mask_corr_feature_target   4 4 0   0%
uqmodels / utils.py coefficients_spreaded   3 3 0   0%
uqmodels / utils.py Extract_dict   6 6 0   0%
uqmodels / utils.py sizeof_fmt   5 5 0   0%
uqmodels / utils.py track_memory   3 3 0   0%
uqmodels / utils.py propagate   6 6 0   0%
uqmodels / utils.py expand_flag   1 1 0   0%
uqmodels / utils.py get_coeff   1 1 0   0%
uqmodels / utils.py flatten   4 4 0   0%
uqmodels / utils.py get_fold_nstep   1 1 0   0%
uqmodels / utils.py stack_and_roll   24 12 0   50%
uqmodels / utils.py stack_and_roll_layer   4 4 0   0%
uqmodels / utils.py apply_middledim_reduction   21 2 0   90%
uqmodels / utils.py apply_mask   7 0 0   100%
uqmodels / utils.py base_cos_freq   5 0 0   100%
uqmodels / utils.py apply_conv   11 4 0   64%
uqmodels / utils.py cut   7 1 0   86%
uqmodels / utils.py format_data   38 38 0   0%
uqmodels / utils.py compute_born   9 5 0   44%
uqmodels / utils.py mixture_quantile   9 9 0   0%
uqmodels / utils.py mixture_quantile.aux_mixture_quantile   17 17 0   0%
uqmodels / utils.py aux_tuning   7 7 0   0%
uqmodels / utils.py agg_list   4 4 0   0%
uqmodels / utils.py agg_func   4 4 0   0%
uqmodels / utils.py GenericCalibrator.__init__   12 12 0   0%
uqmodels / utils.py GenericCalibrator.estimate   31 31 0   0%
uqmodels / utils.py GenericCalibrator.calibrate   20 20 0   0%
uqmodels / utils.py dimensional_reduction   15 15 0   0%
uqmodels / utils.py fit_compute_lag   12 12 0   0%
uqmodels / utils.py autocorr   2 2 0   0%
uqmodels / utils.py convolute_1D   12 12 0   0%
uqmodels / utils.py _merge_config   8 6 0   25%
uqmodels / utils.py _merge_nested   10 6 0   40%
uqmodels / utils.py (no function)   54 0 0   100%
uqmodels / visualization / __init__.py (no function)   0 0 0   100%
uqmodels / visualization / aux_visualization.py aux_adjust_axes   15 3 0   80%
uqmodels / visualization / aux_visualization.py aux_plot_line   7 0 0   100%
uqmodels / visualization / aux_visualization.py aux_plot_pred   7 0 0   100%
uqmodels / visualization / aux_visualization.py aux_plot_anom   4 0 0   100%
uqmodels / visualization / aux_visualization.py aux_fill_between   7 7 0   0%
uqmodels / visualization / aux_visualization.py aux_fill_area   7 0 0   100%
uqmodels / visualization / aux_visualization.py aux_plot_PIs   33 8 0   76%
uqmodels / visualization / aux_visualization.py aux_plot_conf_score   15 3 0   80%
uqmodels / visualization / aux_visualization.py aux_plot_confiance   35 10 0   71%
uqmodels / visualization / aux_visualization.py aux_norm_score_inputs   15 5 0   67%
uqmodels / visualization / aux_visualization.py aux_prepare_x_extent   10 5 0   50%
uqmodels / visualization / aux_visualization.py aux_compute_layout_params   13 1 0   92%
uqmodels / visualization / aux_visualization.py aux_create_score_figure   2 0 0   100%
uqmodels / visualization / aux_visualization.py aux_plot_score_matrix   2 0 0   100%
uqmodels / visualization / aux_visualization.py aux_overlay_setup_grid   7 5 0   29%
uqmodels / visualization / aux_visualization.py aux_plot_true_label_matrix   2 0 0   100%
uqmodels / visualization / aux_visualization.py aux_build_data_colors   8 8 0   0%
uqmodels / visualization / aux_visualization.py aux_plot_data_timeseries   2 2 0   0%
uqmodels / visualization / aux_visualization.py aux_overlay_score_anoms_on_data   3 3 0   0%
uqmodels / visualization / aux_visualization.py aux_overlay_true_label_on_data   3 3 0   0%
uqmodels / visualization / aux_visualization.py aux_format_time_axis   4 2 0   50%
uqmodels / visualization / aux_visualization.py aux_finalize_figure   3 0 0   100%
uqmodels / visualization / aux_visualization.py provide_cmap   8 4 0   50%
uqmodels / visualization / aux_visualization.py _get_panel_ax   7 3 0   57%
uqmodels / visualization / aux_visualization.py (no function)   39 0 0   100%
uqmodels / visualization / old_visualisation.py plot_prediction_interval   43 43 0   0%
uqmodels / visualization / old_visualisation.py plot_sorted_pi   22 22 0   0%
uqmodels / visualization / old_visualisation.py visu_latent_space   7 7 0   0%
uqmodels / visualization / old_visualisation.py show_dUQ_refinement   28 28 0   0%
uqmodels / visualization / old_visualisation.py (no function)   7 0 0   100%
uqmodels / visualization / visualization.py plot_pi   54 2 0   96%
uqmodels / visualization / visualization.py plot_anom_matrice   33 9 0   73%
uqmodels / visualization / visualization.py uncertainty_plot   113 50 0   56%
uqmodels / visualization / visualization.py aux_get_var_color_sets   3 3 0   0%
uqmodels / visualization / visualization.py plot_var   38 38 0   0%
uqmodels / visualization / visualization.py plot_var.add_noise   1 1 0   0%
uqmodels / visualization / visualization.py (no function)   20 0 0   100%
Total     4661 1643 0   65%

No items found using the specified filter.