https://github.com/adjivas/linear-regression
https://github.com/adjivas/linear-regression
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adjivas/linear-regression
- Owner: adjivas
- License: mit
- Created: 2016-05-16T08:51:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T14:21:39.000Z (about 10 years ago)
- Last Synced: 2025-02-05T08:16:39.999Z (over 1 year ago)
- Language: Rust
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Linear Regression
[![travis-badge][]][travis] [![coverage-badge][]][coverage] [![docs-badge][]][docs] [![license-badge][]][license]
[license-badge]: https://img.shields.io/crates/l/cublas.svg?style=flat-square
[license]: https://github.com/adjivas/linear-regression/blob/master/README.md#license
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: https://adjivas.github.io/linear-regression/linear_regression/
[travis-badge]: https://travis-ci.org/adjivas/linear-regression.svg?branch=master&style=flat-square
[travis]: https://travis-ci.org/adjivas/linear-regression
[coverage-badge]: https://coveralls.io/repos/github/adjivas/linear-regression/badge.svg?branch=master&style=flat-square
[coverage]: https://coveralls.io/github/adjivas/linear-regression?branch=master
#### License:
**linear_regression**'s code in this repo is licensed under either of:
uses the [APACHE][license-mit] and [MIT][license-apache] license.
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT).
[license-apache]: https://github.com/adjivas/linear-regression/blob/master/LICENSE-APACHE
[license-mit]: https://github.com/adjivas/linear-regression/blob/master/LICENSE-MIT
at your option.
#### Contribution:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
estimatePrice(mileage[0]) - price[0] / 23