Coverage for biobb_ml/classification/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-03 14:57 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-03 14:57 +0000
1name = "classification"
2__all__ = ["classification_predict", "decision_tree", "k_neighbors", "k_neighbors_coefficient", "logistic_regression", "random_forest_classifier", "support_vector_machine"]