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

Discretization of Continuous-Valued Attributes #29

Open
harshakokel opened this issue Jul 25, 2019 · 0 comments
Open

Discretization of Continuous-Valued Attributes #29

harshakokel opened this issue Jul 25, 2019 · 0 comments

Comments

@harshakokel
Copy link
Member

The discretization code currently does independent discretization of test and train set. This is a problem when the test and train sets do not follow same distribution.

Ideally, same bins should be used for both the sets. Saving the bins used while discretization of train set and using the same bins while discretizing the test set could be one solution.

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

1 participant