Skip to content

Commit

Permalink
Merge remote-tracking branch 'fork/ml_fom' into ml_fom
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerthrower committed Feb 18, 2025
2 parents f56c3a6 + 4deb521 commit 0de9fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqt/predictor/ml/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def generate_training_sample(
def train_random_forest_model(
self,
save_model: bool = True,
device: Device = None,
device: Device | None = None,
) -> bool:
"""Trains a random forest model for the given figure of merit.
Expand Down

0 comments on commit 0de9fd3

Please sign in to comment.