Skip to content

Releases: erdogant/df2onehot

1.2.2

21 Feb 13:49

Choose a tag to compare

  • Missed logger and verbose fixes

1.2.1

21 Feb 10:55

Choose a tag to compare

  • Minor logging fixes

1.2.0

21 Feb 10:39

Choose a tag to compare

  • Logger implemented

1.1.0

20 Feb 23:30

Choose a tag to compare

  • pandas.dtypes now returns a DataFrame, so pandas.dtypes[i] throws an error
  • pandas now does not allow setting cells to None when the type is set to boolean
  • np.random.random_integers is deprecated and is now np.random.randint
  • fixed some warnings about ChainedAssignmentErrors and fragmented inserts

Thanks to the contribution of @jjaycez

1.0.8

17 Jan 08:52

Choose a tag to compare

  • Fix in return labels in case deep extract I used and nothing was to extract.

1.0.7

26 Mar 13:35

Choose a tag to compare

  • fix for new release sklearn encoder parameter

v1.0.6

09 Jun 15:46

Choose a tag to compare

  • Fix in case column labels are not unique

v1.0.5

27 May 17:35

Choose a tag to compare

  • fix for import

v1.0.4

27 May 17:32

Choose a tag to compare

  • added parameter remove_multicollinearity to remove arbitrary features from the one-hot encoded features.

v1.0.3

17 Apr 21:34

Choose a tag to compare

  • remove mutual exclusive features