Skip to content

Commit

Permalink
Update fslite/tests/test_ml_methods.py
Browse files Browse the repository at this point in the history
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
  • Loading branch information
ypriverol and codiumai-pr-agent-pro[bot] authored Sep 25, 2024
1 parent 4250a4e commit cc4e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fslite/tests/test_ml_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# # get the accuracy on testing
# testing_acc = ml_method.get_eval_metric_on_testing(testing_data)
# print(f"Accuracy on test data: {testing_acc}")
# assert testing_acc > 0.7
assert 0.65 < testing_acc < 0.95, f"Testing accuracy {testing_acc} is out of expected range"
#
# def test_multilabel_lr_model(self):
# fsdf = self.import_FSDataFrame()
Expand Down

0 comments on commit cc4e794

Please sign in to comment.