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

Small improvements to linear regression #28

Merged

Conversation

paulkoerbitz
Copy link
Collaborator

This PR addresses the following items from #25:

  • Comply with C-GETTER naming convention
  • Rename fit_intercept to with_intercept (and similar for similar methods) to be less confusing and be compatible with logistic regression

To run tests, we need to instantiate ndarray-linalg with a blas
implementation. For dev-dependencies we use ndarray-linalg
with openblas.
@@ -1,7 +1,7 @@
[package]
name = "linfa-linear"
version = "0.1.0"
authors = ["Paul Körbitz <paul@koerbitz.me>"]
authors = ["Paul Körbitz / Google <koerbitz@google.com>"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh hi Google :D

@paulkoerbitz paulkoerbitz merged commit c171cf0 into rust-ml:master Jul 31, 2020
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

Successfully merging this pull request may close these issues.

2 participants