Skip to content

Commit

Permalink
chore: change branch to main and remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 16, 2024
1 parent 4b6b7ed commit 55bd163
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 2,386 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Method for robust fitting a line to a set of points.
## Usage

```js
import TheilSenRegression from 'ml-regression-theil-sen';
import TheilSenRegression from "ml-regression-theil-sen";

var inputs = [1, 2, 3, 4, 5, 6, 7, 8, 9];
var outputs = [2, 3, 4, 20, 6, 7, 8, 9, 10];
Expand All @@ -22,7 +22,7 @@ var regression = new TheilSenRegression(inputs, outputs);
var y = regression.predict(85);

y === 85;
regression.toString(3) === 'f(x) = x + 1.00';
regression.toString(3) === "f(x) = x + 1.00";
```

## [API Documentation](https://mljs.github.io/regression-theil-sen/)
Expand All @@ -35,7 +35,7 @@ The method is well explained on [this article](https://en.wikipedia.org/wiki/The

[npm-image]: https://img.shields.io/npm/v/ml-regression-theil-sen.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-regression-theil-sen
[travis-image]: https://img.shields.io/travis/mljs/regression-theil-sen/master.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/mljs/regression-theil-sen/main.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/regression-theil-sen
[download-image]: https://img.shields.io/npm/dm/ml-regression-theil-sen.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-regression-theil-sen
350 changes: 0 additions & 350 deletions docs/assets/anchor.js

This file was deleted.

12 changes: 0 additions & 12 deletions docs/assets/bass-addons.css

This file was deleted.

Loading

0 comments on commit 55bd163

Please sign in to comment.