Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdiptesh committed Feb 11, 2024
1 parent fb783e0 commit bd3bb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllib/lib/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self,

def _fit(self) -> None:
"""Fit the best GLMNet model."""
train_x, test_x,\
train_x, test_x, \
train_y, test_y = split(self.df[self.x_var],
self.df[[self.y_var]],
test_size=self.param["test_perc"],
Expand Down

0 comments on commit bd3bb33

Please sign in to comment.