Open lokeshh opened 8 years ago
Works. Go ahead.
@v0dro Ok. Well, then it also implies https://github.com/SciRuby/statsample/pull/51 would be no longer needed. Right?
Are there any particular cases in statsample that are not covered in statsample-glm? If no, then you can safely remove linear regression from statsample and not re-implement the formula language in this gem too (I think that's what you're doing given the commits in #51 - I've been out on vacation so could not follow up on daily activities).
Yes you are right. I was implementing formula language in #51. I'm removing it now and will now add a PR to remove multiple regression.
Statsample is much faster than Statsample-GLM as these benchmark shows.
I think its reasonable to remove linear regression support in Statsample because of following reasons: