Skip to content

Commit

Permalink
Returned all_training_datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
stewarthe6 committed Dec 9, 2024
1 parent d44ee76 commit 10675c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atomsci/ddm/pipeline/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def get_all_training_datasets(model_dataset):
# Next, add the dataset that contains all training+validation data
result['train_val'] = model_dataset.combined_training_data()

return result


# ****************************************************************************************
class UMAPTransformer(Transformer):
Expand Down

0 comments on commit 10675c6

Please sign in to comment.