Skip to content

Commit

Permalink
don't pass val_df to class
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Feb 25, 2022
1 parent 79a035d commit e553889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mat_discover/mat_discover_.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ def single_group_cross_val(self, X, y, train_index, val_index, iter):

self.crabnet_model = CrabNet(
mat_prop=self.mat_prop_name,
val_df=val_df,
losscurve=False,
learningcurve=False,
verbose=False,
Expand Down

0 comments on commit e553889

Please sign in to comment.