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

Handle small number of points #56

Open
earlbellinger opened this issue Jan 27, 2015 · 1 comment
Open

Handle small number of points #56

earlbellinger opened this issue Jan 27, 2015 · 1 comment
Labels

Comments

@earlbellinger
Copy link
Contributor

Right now, if there are only 0 or 1 points in an input file, plotypus seems to crash. I say we set a flag for minimum number of points (wasn't there one of these once upon a time?) with the minimum being 2.

Also, if OLS is selected, it should not check degrees greater than # points (Why? Because the system is then overdetermined). This is not a problem for LASSO.

@dwysocki
Copy link
Member

Instead of making it specific to OLS, we should just make it a general option, as to avoid unnecessary branching.

@dwysocki dwysocki added the bug label Aug 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants