walliuswilliam / machine-learning

0 stars 0 forks source link

Column order of dataframe in logistic regressor #7

Closed anton-perez closed 3 years ago

anton-perez commented 3 years ago

On line 25, instead of looping through the keys of dict_data, you can just use self.df.columns to get the column order.

walliuswilliam commented 3 years ago

thanks, i changed it