Skip to content
Snippets Groups Projects
Commit 8214bc49 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Make test_imputation unit test fair by training the model with imputation for...

Make test_imputation unit test fair by training the model with imputation for the same number of epochs as the model without imputation
parent 172effc2
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ def test_performance_improves_for_A0205_with_pretraining():
X_pretrain=X_index_imputed,
ic50_pretrain=ic50_imputed,
sample_weights_pretrain=sample_weights_imputed,
n_training_epochs=200)
n_training_epochs=10)
ic50_pred_with_imputation = \
predictor_with_imputation.predict_ic50_for_kmer_encoded_array(X_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment