Coverage for biobb_ml/classification/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-07 09:39 +0000

1name = "classification" 

2__all__ = ["classification_predict", "decision_tree", "k_neighbors", "k_neighbors_coefficient", "logistic_regression", "random_forest_classifier", "support_vector_machine"]