biobb_ml/__init__.py |
(no function) |
3 |
0 |
0 |
100% |
biobb_ml/classification/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/classification/classification_predict.py |
ClassificationPredict.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/classification/classification_predict.py |
ClassificationPredict.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/classification/classification_predict.py |
ClassificationPredict.launch |
50 |
14 |
0 |
72% |
biobb_ml/classification/classification_predict.py |
classification_predict |
1 |
0 |
0 |
100% |
biobb_ml/classification/classification_predict.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/classification/classification_predict.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/classification/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/classification/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/classification/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
check_mandatory_property |
4 |
4 |
0 |
0% |
biobb_ml/classification/common.py |
get_list_of_predictors |
7 |
7 |
0 |
0% |
biobb_ml/classification/common.py |
get_keys_of_predictors |
4 |
4 |
0 |
0% |
biobb_ml/classification/common.py |
CMPlotBinary |
11 |
1 |
0 |
91% |
biobb_ml/classification/common.py |
distPredPlot |
10 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
ROCPlot |
13 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
plotBinaryClassifier |
23 |
6 |
0 |
74% |
biobb_ml/classification/common.py |
CMplotNonBinary |
22 |
4 |
0 |
82% |
biobb_ml/classification/common.py |
plotMultipleCM |
5 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
getIndependentVars |
12 |
2 |
0 |
83% |
biobb_ml/classification/common.py |
getIndependentVarsList |
6 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
getTarget |
6 |
2 |
0 |
67% |
biobb_ml/classification/common.py |
getTargetValue |
4 |
0 |
0 |
100% |
biobb_ml/classification/common.py |
getWeight |
6 |
6 |
0 |
0% |
biobb_ml/classification/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/classification/common.py |
(no function) |
31 |
0 |
0 |
100% |
biobb_ml/classification/decision_tree.py |
DecisionTree.__init__ |
17 |
0 |
0 |
100% |
biobb_ml/classification/decision_tree.py |
DecisionTree.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/classification/decision_tree.py |
DecisionTree.launch |
94 |
14 |
0 |
85% |
biobb_ml/classification/decision_tree.py |
decision_tree |
1 |
0 |
0 |
100% |
biobb_ml/classification/decision_tree.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/classification/decision_tree.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/classification/k_neighbors.py |
KNeighborsTrain.__init__ |
16 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors.py |
KNeighborsTrain.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors.py |
KNeighborsTrain.launch |
94 |
14 |
0 |
85% |
biobb_ml/classification/k_neighbors.py |
k_neighbors |
1 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/classification/k_neighbors.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/classification/k_neighbors_coefficient.py |
KNeighborsCoefficient.__init__ |
15 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors_coefficient.py |
KNeighborsCoefficient.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors_coefficient.py |
KNeighborsCoefficient.launch |
72 |
8 |
0 |
89% |
biobb_ml/classification/k_neighbors_coefficient.py |
k_neighbors_coefficient |
1 |
0 |
0 |
100% |
biobb_ml/classification/k_neighbors_coefficient.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/classification/k_neighbors_coefficient.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/classification/logistic_regression.py |
LogisticRegression.__init__ |
17 |
0 |
0 |
100% |
biobb_ml/classification/logistic_regression.py |
LogisticRegression.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/classification/logistic_regression.py |
LogisticRegression.launch |
94 |
14 |
0 |
85% |
biobb_ml/classification/logistic_regression.py |
logistic_regression |
1 |
0 |
0 |
100% |
biobb_ml/classification/logistic_regression.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/classification/logistic_regression.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/classification/random_forest_classifier.py |
RandomForestClassifier.__init__ |
17 |
0 |
0 |
100% |
biobb_ml/classification/random_forest_classifier.py |
RandomForestClassifier.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/classification/random_forest_classifier.py |
RandomForestClassifier.launch |
94 |
14 |
0 |
85% |
biobb_ml/classification/random_forest_classifier.py |
random_forest_classifier |
1 |
0 |
0 |
100% |
biobb_ml/classification/random_forest_classifier.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/classification/random_forest_classifier.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/classification/support_vector_machine.py |
SupportVectorMachine.__init__ |
16 |
0 |
0 |
100% |
biobb_ml/classification/support_vector_machine.py |
SupportVectorMachine.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/classification/support_vector_machine.py |
SupportVectorMachine.launch |
94 |
14 |
0 |
85% |
biobb_ml/classification/support_vector_machine.py |
support_vector_machine |
1 |
0 |
0 |
100% |
biobb_ml/classification/support_vector_machine.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/classification/support_vector_machine.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/clustering/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_clustering.py |
AgglClustering.__init__ |
13 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_clustering.py |
AgglClustering.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_clustering.py |
AgglClustering.launch |
43 |
4 |
0 |
91% |
biobb_ml/clustering/agglomerative_clustering.py |
agglomerative_clustering |
1 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_clustering.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/agglomerative_clustering.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/clustering/agglomerative_coefficient.py |
AgglomerativeCoefficient.__init__ |
12 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_coefficient.py |
AgglomerativeCoefficient.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_coefficient.py |
AgglomerativeCoefficient.launch |
38 |
3 |
0 |
92% |
biobb_ml/clustering/agglomerative_coefficient.py |
agglomerative_coefficient |
1 |
0 |
0 |
100% |
biobb_ml/clustering/agglomerative_coefficient.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/agglomerative_coefficient.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/clustering/clustering_predict.py |
ClusteringPredict.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/clustering/clustering_predict.py |
ClusteringPredict.check_data_params |
4 |
1 |
0 |
75% |
biobb_ml/clustering/clustering_predict.py |
ClusteringPredict.launch |
47 |
11 |
0 |
77% |
biobb_ml/clustering/clustering_predict.py |
clustering_predict |
1 |
0 |
0 |
100% |
biobb_ml/clustering/clustering_predict.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/clustering_predict.py |
(no function) |
19 |
1 |
0 |
95% |
biobb_ml/clustering/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/clustering/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/clustering/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
check_mandatory_property |
4 |
4 |
0 |
0% |
biobb_ml/clustering/common.py |
get_list_of_predictors |
7 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
get_keys_of_predictors |
4 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
get_best_K |
14 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
hopkins |
17 |
2 |
0 |
88% |
biobb_ml/clustering/common.py |
getWCSS |
10 |
2 |
0 |
80% |
biobb_ml/clustering/common.py |
getGap |
17 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
getSilhouetthe |
15 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
plotKmeansTrain |
25 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
plotCluster |
43 |
6 |
0 |
86% |
biobb_ml/clustering/common.py |
plotAgglomerativeTrain |
9 |
0 |
0 |
100% |
biobb_ml/clustering/common.py |
getIndependentVars |
12 |
8 |
0 |
33% |
biobb_ml/clustering/common.py |
getIndependentVarsList |
6 |
2 |
0 |
67% |
biobb_ml/clustering/common.py |
getTarget |
6 |
6 |
0 |
0% |
biobb_ml/clustering/common.py |
getTargetValue |
4 |
4 |
0 |
0% |
biobb_ml/clustering/common.py |
getWeight |
6 |
6 |
0 |
0% |
biobb_ml/clustering/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/clustering/common.py |
(no function) |
39 |
0 |
0 |
100% |
biobb_ml/clustering/dbscan.py |
DBSCANClustering.__init__ |
13 |
0 |
0 |
100% |
biobb_ml/clustering/dbscan.py |
DBSCANClustering.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/dbscan.py |
DBSCANClustering.launch |
50 |
4 |
0 |
92% |
biobb_ml/clustering/dbscan.py |
dbscan |
1 |
0 |
0 |
100% |
biobb_ml/clustering/dbscan.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/dbscan.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/clustering/k_means.py |
KMeansClustering.__init__ |
12 |
0 |
0 |
100% |
biobb_ml/clustering/k_means.py |
KMeansClustering.check_data_params |
5 |
0 |
0 |
100% |
biobb_ml/clustering/k_means.py |
KMeansClustering.launch |
50 |
4 |
0 |
92% |
biobb_ml/clustering/k_means.py |
k_means |
1 |
0 |
0 |
100% |
biobb_ml/clustering/k_means.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/clustering/k_means.py |
(no function) |
19 |
1 |
0 |
95% |
biobb_ml/clustering/k_means_coefficient.py |
KMeansCoefficient.__init__ |
11 |
0 |
0 |
100% |
biobb_ml/clustering/k_means_coefficient.py |
KMeansCoefficient.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/k_means_coefficient.py |
KMeansCoefficient.launch |
48 |
3 |
0 |
94% |
biobb_ml/clustering/k_means_coefficient.py |
k_means_coefficient |
1 |
0 |
0 |
100% |
biobb_ml/clustering/k_means_coefficient.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/k_means_coefficient.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/clustering/spectral_clustering.py |
SpecClustering.__init__ |
13 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_clustering.py |
SpecClustering.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_clustering.py |
SpecClustering.launch |
43 |
4 |
0 |
91% |
biobb_ml/clustering/spectral_clustering.py |
spectral_clustering |
1 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_clustering.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/spectral_clustering.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/clustering/spectral_coefficient.py |
SpectralCoefficient.__init__ |
11 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_coefficient.py |
SpectralCoefficient.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_coefficient.py |
SpectralCoefficient.launch |
38 |
3 |
0 |
92% |
biobb_ml/clustering/spectral_coefficient.py |
spectral_coefficient |
1 |
0 |
0 |
100% |
biobb_ml/clustering/spectral_coefficient.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/clustering/spectral_coefficient.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/dimensionality_reduction/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/dimensionality_reduction/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/dimensionality_reduction/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
getWindowLength |
6 |
6 |
0 |
0% |
biobb_ml/dimensionality_reduction/common.py |
generate_columns_labels |
1 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
plot2D |
9 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
PCA2CPlot |
4 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
scatter3DLegend |
5 |
5 |
0 |
0% |
biobb_ml/dimensionality_reduction/common.py |
plot3D |
11 |
11 |
0 |
0% |
biobb_ml/dimensionality_reduction/common.py |
PCA3CPlot |
13 |
13 |
0 |
0% |
biobb_ml/dimensionality_reduction/common.py |
predictionPlot |
12 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
histogramPlot |
5 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
PLSRegPlot |
11 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
getIndependentVars |
12 |
3 |
0 |
75% |
biobb_ml/dimensionality_reduction/common.py |
getIndependentVarsList |
6 |
1 |
0 |
83% |
biobb_ml/dimensionality_reduction/common.py |
getTarget |
6 |
4 |
0 |
33% |
biobb_ml/dimensionality_reduction/common.py |
getTargetValue |
4 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/common.py |
getWeight |
6 |
6 |
0 |
0% |
biobb_ml/dimensionality_reduction/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/dimensionality_reduction/common.py |
(no function) |
30 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_components.py |
PLSComponents.__init__ |
13 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_components.py |
PLSComponents.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_components.py |
PLSComponents.warn |
1 |
1 |
0 |
0% |
biobb_ml/dimensionality_reduction/pls_components.py |
PLSComponents.launch |
94 |
30 |
0 |
68% |
biobb_ml/dimensionality_reduction/pls_components.py |
pls_components |
1 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_components.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/dimensionality_reduction/pls_components.py |
(no function) |
25 |
1 |
0 |
96% |
biobb_ml/dimensionality_reduction/pls_regression.py |
PLS_Regression.__init__ |
12 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_regression.py |
PLS_Regression.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_regression.py |
PLS_Regression.warn |
1 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_regression.py |
PLS_Regression.launch |
40 |
3 |
0 |
92% |
biobb_ml/dimensionality_reduction/pls_regression.py |
pls_regression |
1 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/pls_regression.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/dimensionality_reduction/pls_regression.py |
(no function) |
21 |
1 |
0 |
95% |
biobb_ml/dimensionality_reduction/principal_component.py |
PrincipalComponentAnalysis.__init__ |
12 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/principal_component.py |
PrincipalComponentAnalysis.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/principal_component.py |
PrincipalComponentAnalysis.launch |
54 |
8 |
0 |
85% |
biobb_ml/dimensionality_reduction/principal_component.py |
principal_component |
1 |
0 |
0 |
100% |
biobb_ml/dimensionality_reduction/principal_component.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/dimensionality_reduction/principal_component.py |
(no function) |
20 |
1 |
0 |
95% |
biobb_ml/neural_networks/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
AutoencoderNeuralNetwork.__init__ |
11 |
0 |
0 |
100% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
AutoencoderNeuralNetwork.check_data_params |
8 |
0 |
0 |
100% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
AutoencoderNeuralNetwork.build_model |
14 |
0 |
0 |
100% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
AutoencoderNeuralNetwork.launch |
81 |
3 |
0 |
96% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
autoencoder_neural_network |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
main |
12 |
12 |
0 |
0% |
biobb_ml/neural_networks/autoencoder_neural_network.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/neural_networks/classification_neural_network.py |
ClassificationNeuralNetwork.__init__ |
21 |
0 |
0 |
100% |
biobb_ml/neural_networks/classification_neural_network.py |
ClassificationNeuralNetwork.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/neural_networks/classification_neural_network.py |
ClassificationNeuralNetwork.build_model |
9 |
1 |
0 |
89% |
biobb_ml/neural_networks/classification_neural_network.py |
ClassificationNeuralNetwork.launch |
119 |
15 |
0 |
87% |
biobb_ml/neural_networks/classification_neural_network.py |
classification_neural_network |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/classification_neural_network.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/neural_networks/classification_neural_network.py |
(no function) |
27 |
1 |
0 |
96% |
biobb_ml/neural_networks/common.py |
check_input_path |
10 |
5 |
0 |
50% |
biobb_ml/neural_networks/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/neural_networks/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
check_mandatory_property |
4 |
4 |
0 |
0% |
biobb_ml/neural_networks/common.py |
get_list_of_predictors |
7 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
get_keys_of_predictors |
4 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
get_num_cols |
4 |
4 |
0 |
0% |
biobb_ml/neural_networks/common.py |
split_sequence |
9 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
doublePlot |
6 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
predictionPlot |
9 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
histogramPlot |
5 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
CMPlotBinary |
11 |
1 |
0 |
91% |
biobb_ml/neural_networks/common.py |
CMplotNonBinary |
22 |
22 |
0 |
0% |
biobb_ml/neural_networks/common.py |
plotResultsClassMultCM |
11 |
11 |
0 |
0% |
biobb_ml/neural_networks/common.py |
distPredPlot |
10 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
ROCPlot |
13 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
plotResultsClassBinCM |
17 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
plotResultsReg |
17 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
getFeatures |
12 |
8 |
0 |
33% |
biobb_ml/neural_networks/common.py |
getIndependentVarsList |
6 |
2 |
0 |
67% |
biobb_ml/neural_networks/common.py |
getTarget |
6 |
3 |
0 |
50% |
biobb_ml/neural_networks/common.py |
getWeight |
6 |
6 |
0 |
0% |
biobb_ml/neural_networks/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/neural_networks/common.py |
getTargetValue |
4 |
0 |
0 |
100% |
biobb_ml/neural_networks/common.py |
(no function) |
37 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_decode.py |
DecodingNeuralNetwork.__init__ |
7 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_decode.py |
DecodingNeuralNetwork.check_data_params |
5 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_decode.py |
DecodingNeuralNetwork.launch |
38 |
1 |
0 |
97% |
biobb_ml/neural_networks/neural_network_decode.py |
neural_network_decode |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_decode.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/neural_networks/neural_network_decode.py |
(no function) |
19 |
1 |
0 |
95% |
biobb_ml/neural_networks/neural_network_predict.py |
PredictNeuralNetwork.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_predict.py |
PredictNeuralNetwork.check_data_params |
4 |
1 |
0 |
75% |
biobb_ml/neural_networks/neural_network_predict.py |
PredictNeuralNetwork.launch |
58 |
26 |
0 |
55% |
biobb_ml/neural_networks/neural_network_predict.py |
neural_network_predict |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/neural_network_predict.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/neural_networks/neural_network_predict.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/neural_networks/recurrent_neural_network.py |
RecurrentNeuralNetwork.__init__ |
17 |
0 |
0 |
100% |
biobb_ml/neural_networks/recurrent_neural_network.py |
RecurrentNeuralNetwork.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/neural_networks/recurrent_neural_network.py |
RecurrentNeuralNetwork.build_model |
9 |
1 |
0 |
89% |
biobb_ml/neural_networks/recurrent_neural_network.py |
RecurrentNeuralNetwork.launch |
71 |
3 |
0 |
96% |
biobb_ml/neural_networks/recurrent_neural_network.py |
recurrent_neural_network |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/recurrent_neural_network.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/neural_networks/recurrent_neural_network.py |
(no function) |
25 |
1 |
0 |
96% |
biobb_ml/neural_networks/regression_neural_network.py |
RegressionNeuralNetwork.__init__ |
20 |
0 |
0 |
100% |
biobb_ml/neural_networks/regression_neural_network.py |
RegressionNeuralNetwork.check_data_params |
4 |
0 |
0 |
100% |
biobb_ml/neural_networks/regression_neural_network.py |
RegressionNeuralNetwork.build_model |
9 |
1 |
0 |
89% |
biobb_ml/neural_networks/regression_neural_network.py |
RegressionNeuralNetwork.launch |
107 |
14 |
0 |
87% |
biobb_ml/neural_networks/regression_neural_network.py |
regression_neural_network |
1 |
0 |
0 |
100% |
biobb_ml/neural_networks/regression_neural_network.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/neural_networks/regression_neural_network.py |
(no function) |
27 |
1 |
0 |
96% |
biobb_ml/regression/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/regression/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/regression/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
check_mandatory_property |
4 |
4 |
0 |
0% |
biobb_ml/regression/common.py |
adjusted_r2 |
3 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
get_list_of_predictors |
7 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
get_keys_of_predictors |
4 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
predictionPlot |
9 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
histogramPlot |
5 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
plotResults |
11 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
getIndependentVars |
12 |
3 |
0 |
75% |
biobb_ml/regression/common.py |
getIndependentVarsList |
6 |
1 |
0 |
83% |
biobb_ml/regression/common.py |
getTarget |
6 |
2 |
0 |
67% |
biobb_ml/regression/common.py |
getTargetValue |
4 |
0 |
0 |
100% |
biobb_ml/regression/common.py |
getWeight |
6 |
6 |
0 |
0% |
biobb_ml/regression/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/regression/common.py |
(no function) |
26 |
0 |
0 |
100% |
biobb_ml/regression/linear_regression.py |
LinearRegression.__init__ |
13 |
0 |
0 |
100% |
biobb_ml/regression/linear_regression.py |
LinearRegression.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/regression/linear_regression.py |
LinearRegression.launch |
100 |
8 |
0 |
92% |
biobb_ml/regression/linear_regression.py |
linear_regression |
1 |
0 |
0 |
100% |
biobb_ml/regression/linear_regression.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/regression/linear_regression.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/regression/polynomial_regression.py |
PolynomialRegression.__init__ |
14 |
0 |
0 |
100% |
biobb_ml/regression/polynomial_regression.py |
PolynomialRegression.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/regression/polynomial_regression.py |
PolynomialRegression.launch |
90 |
7 |
0 |
92% |
biobb_ml/regression/polynomial_regression.py |
polynomial_regression |
1 |
0 |
0 |
100% |
biobb_ml/regression/polynomial_regression.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/regression/polynomial_regression.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/regression/random_forest_regressor.py |
RandomForestRegressor.__init__ |
16 |
0 |
0 |
100% |
biobb_ml/regression/random_forest_regressor.py |
RandomForestRegressor.check_data_params |
6 |
0 |
0 |
100% |
biobb_ml/regression/random_forest_regressor.py |
RandomForestRegressor.launch |
87 |
10 |
0 |
89% |
biobb_ml/regression/random_forest_regressor.py |
random_forest_regressor |
1 |
0 |
0 |
100% |
biobb_ml/regression/random_forest_regressor.py |
main |
11 |
11 |
0 |
0% |
biobb_ml/regression/random_forest_regressor.py |
(no function) |
22 |
1 |
0 |
95% |
biobb_ml/regression/regression_predict.py |
RegressionPredict.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/regression/regression_predict.py |
RegressionPredict.check_data_params |
4 |
1 |
0 |
75% |
biobb_ml/regression/regression_predict.py |
RegressionPredict.launch |
53 |
12 |
0 |
77% |
biobb_ml/regression/regression_predict.py |
regression_predict |
1 |
0 |
0 |
100% |
biobb_ml/regression/regression_predict.py |
main |
10 |
10 |
0 |
0% |
biobb_ml/regression/regression_predict.py |
(no function) |
20 |
1 |
0 |
95% |
biobb_ml/resampling/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/resampling/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/resampling/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/resampling/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/resampling/common.py |
getTarget |
6 |
6 |
0 |
0% |
biobb_ml/resampling/common.py |
getTargetValue |
6 |
3 |
0 |
50% |
biobb_ml/resampling/common.py |
getHeader |
6 |
1 |
0 |
83% |
biobb_ml/resampling/common.py |
checkResamplingType |
6 |
4 |
0 |
33% |
biobb_ml/resampling/common.py |
getResamplingMethod |
17 |
6 |
0 |
65% |
biobb_ml/resampling/common.py |
getCombinedMethod |
16 |
4 |
0 |
75% |
biobb_ml/resampling/common.py |
getSamplingStrategy |
17 |
4 |
0 |
76% |
biobb_ml/resampling/common.py |
(no function) |
19 |
0 |
0 |
100% |
biobb_ml/resampling/oversampling.py |
Oversampling.__init__ |
19 |
0 |
0 |
100% |
biobb_ml/resampling/oversampling.py |
Oversampling.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/resampling/oversampling.py |
Oversampling.launch |
102 |
24 |
0 |
76% |
biobb_ml/resampling/oversampling.py |
oversampling |
1 |
0 |
0 |
100% |
biobb_ml/resampling/oversampling.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/resampling/oversampling.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/resampling/reg_resampler.py |
resampler.__init__ |
12 |
0 |
0 |
100% |
biobb_ml/resampling/reg_resampler.py |
resampler.fit |
51 |
20 |
0 |
61% |
biobb_ml/resampling/reg_resampler.py |
resampler.resample |
9 |
4 |
0 |
56% |
biobb_ml/resampling/reg_resampler.py |
(no function) |
4 |
0 |
0 |
100% |
biobb_ml/resampling/resampling.py |
Resampling.__init__ |
19 |
0 |
0 |
100% |
biobb_ml/resampling/resampling.py |
Resampling.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/resampling/resampling.py |
Resampling.launch |
97 |
17 |
0 |
82% |
biobb_ml/resampling/resampling.py |
resampling |
1 |
0 |
0 |
100% |
biobb_ml/resampling/resampling.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/resampling/resampling.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/resampling/undersampling.py |
Undersampling.__init__ |
21 |
0 |
0 |
100% |
biobb_ml/resampling/undersampling.py |
Undersampling.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/resampling/undersampling.py |
Undersampling.launch |
108 |
26 |
0 |
76% |
biobb_ml/resampling/undersampling.py |
undersampling |
1 |
0 |
0 |
100% |
biobb_ml/resampling/undersampling.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/resampling/undersampling.py |
(no function) |
23 |
1 |
0 |
96% |
biobb_ml/test/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_classification_predict.py |
TestClassificationPredict.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_classification_predict.py |
TestClassificationPredict.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_classification_predict.py |
TestClassificationPredict.test_classification_predict |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_classification_predict.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_decision_tree.py |
TestDecisionTree.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_decision_tree.py |
TestDecisionTree.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_decision_tree.py |
TestDecisionTree.test_decision_tree |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_classification/test_decision_tree.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors.py |
TestKNeighborsTrain.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors.py |
TestKNeighborsTrain.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors.py |
TestKNeighborsTrain.test_k_neighbors |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_classification/test_k_neighbors.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors_coefficient.py |
TestKNeighborsCoefficient.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors_coefficient.py |
TestKNeighborsCoefficient.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors_coefficient.py |
TestKNeighborsCoefficient.test_k_neighbors_coefficient |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_k_neighbors_coefficient.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_logistic_regression.py |
TestLogisticRegression.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_logistic_regression.py |
TestLogisticRegression.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_logistic_regression.py |
TestLogisticRegression.test_logistic_regression |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_classification/test_logistic_regression.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_random_forest_classifier.py |
TestRandomForestClassifier.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_random_forest_classifier.py |
TestRandomForestClassifier.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_random_forest_classifier.py |
TestRandomForestClassifier.test_random_forest_classifier |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_classification/test_random_forest_classifier.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_support_vector_machine.py |
TestSupportVectorMachine.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_support_vector_machine.py |
TestSupportVectorMachine.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_classification/test_support_vector_machine.py |
TestSupportVectorMachine.test_support_vector_machine |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_classification/test_support_vector_machine.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_clustering.py |
TestAgglClustering.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_clustering.py |
TestAgglClustering.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_clustering.py |
TestAgglClustering.test_agglomerative_clustering |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_clustering.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_coefficient.py |
TestAgglomerativeCoefficient.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_coefficient.py |
TestAgglomerativeCoefficient.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_coefficient.py |
TestAgglomerativeCoefficient.test_agglomerative_coefficient |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_agglomerative_coefficient.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_clustering_predict.py |
TestClusteringPredict.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_clustering_predict.py |
TestClusteringPredict.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_clustering_predict.py |
TestClusteringPredict.test_clustering_predict |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_clustering_predict.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_dbscan.py |
TestDBSCANClustering.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_dbscan.py |
TestDBSCANClustering.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_dbscan.py |
TestDBSCANClustering.test_dbscan |
5 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_dbscan.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means.py |
TestKMeansClustering.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means.py |
TestKMeansClustering.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means.py |
TestKMeansClustering.test_k_means |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_clustering/test_k_means.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means_coefficient.py |
TestKMeansCoefficient.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means_coefficient.py |
TestKMeansCoefficient.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means_coefficient.py |
TestKMeansCoefficient.test_k_means_coefficient |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_k_means_coefficient.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_clustering.py |
TestSpecClustering.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_clustering.py |
TestSpecClustering.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_clustering.py |
TestSpecClustering.test_spectral_clustering |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_clustering.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_coefficient.py |
TestSpectralCoefficient.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_coefficient.py |
TestSpectralCoefficient.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_coefficient.py |
TestSpectralCoefficient.test_spectral_coefficient |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_clustering/test_spectral_coefficient.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_components.py |
TestPLSComponents.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_components.py |
TestPLSComponents.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_components.py |
TestPLSComponents.test_pls_components |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_components.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_regression.py |
TestPLS_Regression.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_regression.py |
TestPLS_Regression.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_regression.py |
TestPLS_Regression.test_pls_regression |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_pls_regression.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_principal_component.py |
TestPrincipalComponentAnalysis.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_principal_component.py |
TestPrincipalComponentAnalysis.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_principal_component.py |
TestPrincipalComponentAnalysis.test_principal_component |
5 |
1 |
0 |
80% |
biobb_ml/test/unitests/test_dimensionality_reduction/test_principal_component.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_autoencoder_neural_network.py |
TestAutoencoderNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_autoencoder_neural_network.py |
TestAutoencoderNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_autoencoder_neural_network.py |
TestAutoencoderNeuralNetwork.test_autoencoder_neural_network |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_autoencoder_neural_network.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_classification_neural_network.py |
TestClassificationNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_classification_neural_network.py |
TestClassificationNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_classification_neural_network.py |
TestClassificationNeuralNetwork.test_classification_neural_network |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_classification_neural_network.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_decode.py |
TestDecodingNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_decode.py |
TestDecodingNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_decode.py |
TestDecodingNeuralNetwork.test_neural_network_decode |
5 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_decode.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_predict.py |
TestPredictNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_predict.py |
TestPredictNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_predict.py |
TestPredictNeuralNetwork.test_neural_network_predict |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_neural_network_predict.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_recurrent_neural_network.py |
TestRecurrentNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_recurrent_neural_network.py |
TestRecurrentNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_recurrent_neural_network.py |
TestRecurrentNeuralNetwork.test_recurrent_neural_network |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_recurrent_neural_network.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_regression_neural_network.py |
TestRegressionNeuralNetwork.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_regression_neural_network.py |
TestRegressionNeuralNetwork.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_regression_neural_network.py |
TestRegressionNeuralNetwork.test_regression_neural_network |
4 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_neural_networks/test_regression_neural_network.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_linear_regression.py |
TestLinearRegression.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_linear_regression.py |
TestLinearRegression.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_linear_regression.py |
TestLinearRegression.test_linear_regression |
8 |
2 |
0 |
75% |
biobb_ml/test/unitests/test_regression/test_linear_regression.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_polynomial_regression.py |
TestPolynomialRegression.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_polynomial_regression.py |
TestPolynomialRegression.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_polynomial_regression.py |
TestPolynomialRegression.test_polynomial_regression |
8 |
2 |
0 |
75% |
biobb_ml/test/unitests/test_regression/test_polynomial_regression.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_random_forest_regressor.py |
TestRandomForestRegressor.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_random_forest_regressor.py |
TestRandomForestRegressor.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_random_forest_regressor.py |
TestRandomForestRegressor.test_random_forest_regressor |
7 |
1 |
0 |
86% |
biobb_ml/test/unitests/test_regression/test_random_forest_regressor.py |
(no function) |
7 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_regression_predict.py |
TestRegressionPredict.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_regression_predict.py |
TestRegressionPredict.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_regression_predict.py |
TestRegressionPredict.test_regression_predict |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_regression/test_regression_predict.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_oversampling.py |
TestOversampling.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_oversampling.py |
TestOversampling.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_oversampling.py |
TestOversampling.test_oversampling |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_oversampling.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_resampling.py |
TestResampling.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_resampling.py |
TestResampling.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_resampling.py |
TestResampling.test_resampling |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_resampling.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_undersampling.py |
TestUndersampling.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_undersampling.py |
TestUndersampling.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_undersampling.py |
TestUndersampling.test_undersampling |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_resampling/test_undersampling.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_correlation_matrix.py |
TestCorrelationMatrix.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_correlation_matrix.py |
TestCorrelationMatrix.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_correlation_matrix.py |
TestCorrelationMatrix.test_correlation_matrix |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_correlation_matrix.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dendrogram.py |
TestDendrogram.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dendrogram.py |
TestDendrogram.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dendrogram.py |
TestDendrogram.test_dendrogram |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dendrogram.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_drop_columns.py |
TestDropColumns.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_drop_columns.py |
TestDropColumns.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_drop_columns.py |
TestDropColumns.test_drop_columns |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_drop_columns.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dummy_variables.py |
TestDummyVariables.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dummy_variables.py |
TestDummyVariables.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dummy_variables.py |
TestDummyVariables.test_dummy_variables |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_dummy_variables.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_map_variables.py |
TestMapVariables.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_map_variables.py |
TestMapVariables.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_map_variables.py |
TestMapVariables.test_map_variables |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_map_variables.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_pairwise_comparison.py |
TestPairwiseComparison.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_pairwise_comparison.py |
TestPairwiseComparison.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_pairwise_comparison.py |
TestPairwiseComparison.test_pairwise_comparison |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_pairwise_comparison.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_scale_columns.py |
TestScaleColumns.setup_class |
1 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_scale_columns.py |
TestScaleColumns.teardown_class |
2 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_scale_columns.py |
TestScaleColumns.test_scale_columns |
3 |
0 |
0 |
100% |
biobb_ml/test/unitests/test_utils/test_scale_columns.py |
(no function) |
6 |
0 |
0 |
100% |
biobb_ml/utils/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
biobb_ml/utils/common.py |
check_input_path |
8 |
4 |
0 |
50% |
biobb_ml/utils/common.py |
check_output_path |
10 |
5 |
0 |
50% |
biobb_ml/utils/common.py |
is_valid_file |
2 |
0 |
0 |
100% |
biobb_ml/utils/common.py |
check_mandatory_property |
4 |
4 |
0 |
0% |
biobb_ml/utils/common.py |
getIndependentVars |
12 |
7 |
0 |
42% |
biobb_ml/utils/common.py |
getIndependentVarsList |
6 |
1 |
0 |
83% |
biobb_ml/utils/common.py |
getTargetsList |
11 |
5 |
0 |
55% |
biobb_ml/utils/common.py |
getHeader |
6 |
0 |
0 |
100% |
biobb_ml/utils/common.py |
(no function) |
14 |
0 |
0 |
100% |
biobb_ml/utils/correlation_matrix.py |
CorrelationMatrix.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/correlation_matrix.py |
CorrelationMatrix.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/correlation_matrix.py |
CorrelationMatrix.launch |
36 |
9 |
0 |
75% |
biobb_ml/utils/correlation_matrix.py |
correlation_matrix |
1 |
0 |
0 |
100% |
biobb_ml/utils/correlation_matrix.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/correlation_matrix.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/utils/dendrogram.py |
Dendrogram.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/dendrogram.py |
Dendrogram.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/dendrogram.py |
Dendrogram.launch |
22 |
3 |
0 |
86% |
biobb_ml/utils/dendrogram.py |
dendrogram |
1 |
0 |
0 |
100% |
biobb_ml/utils/dendrogram.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/dendrogram.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/utils/drop_columns.py |
DropColumns.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/drop_columns.py |
DropColumns.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/drop_columns.py |
DropColumns.launch |
26 |
4 |
0 |
85% |
biobb_ml/utils/drop_columns.py |
drop_columns |
1 |
0 |
0 |
100% |
biobb_ml/utils/drop_columns.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/drop_columns.py |
(no function) |
16 |
1 |
0 |
94% |
biobb_ml/utils/dummy_variables.py |
DummyVariables.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/dummy_variables.py |
DummyVariables.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/dummy_variables.py |
DummyVariables.launch |
23 |
3 |
0 |
87% |
biobb_ml/utils/dummy_variables.py |
dummy_variables |
1 |
0 |
0 |
100% |
biobb_ml/utils/dummy_variables.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/dummy_variables.py |
(no function) |
16 |
1 |
0 |
94% |
biobb_ml/utils/map_variables.py |
MapVariables.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/map_variables.py |
MapVariables.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/map_variables.py |
MapVariables.launch |
26 |
4 |
0 |
85% |
biobb_ml/utils/map_variables.py |
map_variables |
1 |
0 |
0 |
100% |
biobb_ml/utils/map_variables.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/map_variables.py |
(no function) |
16 |
1 |
0 |
94% |
biobb_ml/utils/pairwise_comparison.py |
PairwiseComparison.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/pairwise_comparison.py |
PairwiseComparison.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/pairwise_comparison.py |
PairwiseComparison.launch |
27 |
4 |
0 |
85% |
biobb_ml/utils/pairwise_comparison.py |
pairwise_comparison |
1 |
0 |
0 |
100% |
biobb_ml/utils/pairwise_comparison.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/pairwise_comparison.py |
(no function) |
18 |
1 |
0 |
94% |
biobb_ml/utils/scale_columns.py |
ScaleColumns.__init__ |
8 |
0 |
0 |
100% |
biobb_ml/utils/scale_columns.py |
ScaleColumns.check_data_params |
2 |
0 |
0 |
100% |
biobb_ml/utils/scale_columns.py |
ScaleColumns.launch |
31 |
5 |
0 |
84% |
biobb_ml/utils/scale_columns.py |
scale_columns |
1 |
0 |
0 |
100% |
biobb_ml/utils/scale_columns.py |
main |
9 |
9 |
0 |
0% |
biobb_ml/utils/scale_columns.py |
(no function) |
17 |
1 |
0 |
94% |