Recent Releases of df2onehot

df2onehot - 1.0.8

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

- Python
Published by erdogant over 1 year ago

df2onehot - 1.0.7

  • fix for new release sklearn encoder parameter

- Python
Published by erdogant about 2 years ago

df2onehot - v1.0.6

  • Fix in case column labels are not unique

- Python
Published by erdogant about 3 years ago

df2onehot - v1.0.5

  • fix for import

- Python
Published by erdogant about 3 years ago

df2onehot - v1.0.4

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

- Python
Published by erdogant about 3 years ago

df2onehot - v1.0.3

  • remove mutual exclusive features

- Python
Published by erdogant about 3 years ago

df2onehot - v1.0.2

  • sklearn changed into scikit-learn in both requirements and setup file.

- Python
Published by erdogant over 3 years ago

df2onehot - v1.0.1

  • Ignore warnings
  • A copy of the input dataframe is used to prevent changes in the original one.
  • Some code cleaning

- Python
Published by erdogant over 4 years ago

df2onehot - 1.0.0

  • added doi

- Python
Published by erdogant over 4 years ago

df2onehot - 0.2.16

  • Added missing requirement: tqdm setup and requirements.txt

- Python
Published by erdogant about 5 years ago

df2onehot - 0.2.15

  • fix for bool type

- Python
Published by erdogant over 5 years ago

df2onehot - 0.2.14

  • print statements improvements
  • fix for removal of punctuations

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.2.13

  • deep extraction extention

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.2.12

  • Set deep_extract by default on False

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.2.11

  • set default parameter for deep_extract in nested loop to False

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.2.10

  • fix for extraction of nested lists and dicts (at the moment, it extract just 1 layer deep)
  • input parameter "listexpand" is changed into "deepextract"

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.10

  • fix for dtype output.

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.9

  • Deep extract possible now for lists and dicts
  • removal of non-ascii characters

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.8

  • fix for lists and dicts

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.7

  • Fix for combining different columns with lists

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.6

  • extraction of arrays also possible
  • fix for mixed vectors, those that contain both arrays, lists and float/int/str values
  • if all the values in a single vector are the same, these are set to True in the onehot matrix (instead of False)
  • extended unit tests

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.5

  • fix for lists

- Python
Published by erdogant almost 6 years ago

df2onehot - 0.1.4

  • Text aligned in the verbosity message

- Python
Published by erdogant about 6 years ago

df2onehot - 0.1.3

  • Fix if only nans are observed in auto_dtypes

- Python
Published by erdogant about 6 years ago

df2onehot - 0.1.2

  • fix for dataframes with weird indexes. Indexes are now reset

- Python
Published by erdogant about 6 years ago

df2onehot - 0.1.1

  • fix for ymin : the onehot matrix is now limited to ymin
  • doc string extended

- Python
Published by erdogant about 6 years ago

df2onehot - 0.1.0

First release

- Python
Published by erdogant over 6 years ago