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

Input array feature smaller than 3 #2

Open
chendingyan opened this issue Nov 30, 2020 · 0 comments
Open

Input array feature smaller than 3 #2

chendingyan opened this issue Nov 30, 2020 · 0 comments

Comments

@chendingyan
Copy link

It seems like we cannot fit ndarray smaller than shape(-1,3).
e.g.
if we want to fit in some array of shape(-1,2):
image
And it will call a function in gen_meta_features, and do PCA, but the param is a fixed "3".
image

Also, is it better that "select_model" returns a list of models with its hyperparams. For now, I need to print out the best N selected models and new these models by my own. If the top models is "LODA (5, 100)", I can't simply do "clf = LODA(5,100)", instead, I need to do "LODA(n_bins=5, n_random_cuts=100)" or "LODA(0.1, 5, 100)"

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