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

project status? #1

Open
berndbischl opened this issue Apr 10, 2017 · 2 comments
Open

project status? #1

berndbischl opened this issue Apr 10, 2017 · 2 comments

Comments

@berndbischl
Copy link

hi,
i was just linked to your project. i see that development seemed to have stopped one year ago?
or is this still active?

i am the main developer of mlr here

https://github.com/mlr-org/mlr

and we would be interested to support FEAST in mlr as a fast and flexible way to perform feature filtering.

how much would be missing to release this in CRAN?

@smilesun @ajing

@alecuba16
Copy link
Owner

alecuba16 commented Apr 10, 2017

Hello ,yes the development was stopped long time ago. This is because the original toolbox is not able to handle big ranges see here.

So, I no longer use FEAST for feature selection, even using the new update with integer discretization. I have tested on same dataset which is available on the issue, but even the new update doesn't work for my data.

Anyway, In my opinion a fast solution without modify many routines is implement a key-value based discretization on the discretize function of the FEAST library instead the current method that relies on reserve a vector with the length of the fully variable range. Key-value seems to be less memory hungry but more cpu intensive and more ram accesses.

Until now I'm working fully dedicated to my phD, this is why there is no changes on this repo since the first commit.

@berndbischl
Copy link
Author

thank you for your feedback.

So, I no longer use FEAST for feature selection, even using the new update with integer discretization. I have tested on same dataset which is available on the issue, but even the new update doesn't work for my data.

what do you use instead then?

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

2 participants