Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

GC-24: Add easier creating and handling of factors for categorical variables #76

Closed
cesarsouza opened this issue Apr 5, 2015 · 3 comments

Comments

@cesarsouza
Copy link
Member

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.

@cesarsouza
Copy link
Member Author

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.

cesarsouza added a commit that referenced this issue Apr 25, 2015
cesarsouza added a commit that referenced this issue Jan 22, 2016
…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.
@cesarsouza
Copy link
Member Author

Categoric data can now be handled using the Accord.Statistics.Categorical static class.

@cesarsouza
Copy link
Member Author

Accord.Statistics.Categorical has been renamed to Accord.Statistics.Classes and incorporated in release 3.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant