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

continuous features #28

Open
sylvainkahane opened this issue Nov 30, 2022 · 0 comments
Open

continuous features #28

sylvainkahane opened this issue Nov 30, 2022 · 0 comments

Comments

@sylvainkahane
Copy link

We call continuous feature a feature with numerical values.
In issue #25 I proposed to expand a continuous feature in a set of binary features.

Another solution discussed with Bruno: possibility to add requests such as feat < x where feat is a numerical feature and x a numerical value.
It can be very useful to add the clustering of a continuous feature following a given gap, maybe with min and/or max values:

  • X.feat[gap=g] will cluster the values of X.feat by packs of size g
  • X.feat[gap=g, min=a, max=b] will cluster the values between a and b by pack of size g, with two packs for all values < a and > b.
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