Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement information gain, gain ratio and gini index for continuous attributes (module Orange.feature.scoring) #2

Closed
janezd opened this issue May 29, 2013 · 1 comment
Assignees

Comments

@janezd
Copy link
Contributor

janezd commented May 29, 2013

Implementation should use the general interface for getting the distributions and contingencies to ensure compatibility with SQL-based data storage. It should not assume that the data is stored in numpy and access the tables directly.

The essential functions will probably need to be written in Cython.

@lanzagar lanzagar self-assigned this Sep 5, 2014
@astaric
Copy link
Member

astaric commented Jul 17, 2015

Information Gain, Gain Ration and Gini index were added in dba0297.

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

No branches or pull requests

3 participants