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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
In order to use some models with categoric data, such as logistic regression, it is first necessary to convert categories into factors. It would be nice to have a more easier or standard way to create such variables.
The text was updated successfully, but these errors were encountered:
The factors/categorical variables will be handled by a separate class (currently named Groups, but this can change). This class will likely be added to the framework during the development of issue #70.
…categorical variables (i.e. labels and groupings);
Deprecating older methods in favor of the new organization.
GH-76/GC-24: Add easier creating and handling of factors for categorical variables.
Solves issue #76.
In order to use some models with categoric data, such as logistic regression, it is first necessary to convert categories into factors. It would be nice to have a more easier or standard way to create such variables.
The text was updated successfully, but these errors were encountered: