You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adds optional categorical paramater as option to onehot trans… (#161)
* feat: adds optional `categorical` paramater as option to onehot transform
* fix: fixes variable name spelling on line 53
* adds tests for categorical=false category
* refactor: modifications for the new OneHot function
* refactor: incorporates reviews on previous push
* doc: summarises description of categorical parameter
* refactor: categorical as keyword parameter
* modifies existing tests to accomodate change in the OneHot function (only for categorical=false)
* doc: summarises description of categorical parameter
* Update src/transforms/onehot.jl
* Update src/transforms/onehot.jl
* Update src/transforms/onehot.jl
* Update src/transforms/onehot.jl
* Update src/transforms/onehot.jl
* Update test/transforms/onehot.jl
* Update test/transforms/onehot.jl
* Add kwarg constructor
* Fix show test
* Add 'categorical=true' tests
* Add levels and fix revert bug when 'categorical=true'
* Change order of levels
* Rename the 'categorical' keyword to 'categ'; Check if onehot columns are of type CategoricalArray{Bool} when 'categ=true'
* Fix show test
Co-authored-by: Júlio Hoffimann <[email protected]>
Co-authored-by: Elias Carvalho <[email protected]>
0 commit comments