Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsamseth/triangular-regressor
A scikit-learn compatible implementation of a 2D triangular regressor.
https://github.com/bsamseth/triangular-regressor
scikit-learn triangulation
Last synced: 13 days ago
JSON representation
A scikit-learn compatible implementation of a 2D triangular regressor.
- Host: GitHub
- URL: https://github.com/bsamseth/triangular-regressor
- Owner: bsamseth
- License: mit
- Created: 2018-10-26T07:49:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T08:02:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T07:41:27.290Z (about 1 month ago)
- Topics: scikit-learn, triangulation
- Language: Python
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Triangular Regressor
[![Build Status](https://travis-ci.org/bsamseth/triangular-regressor.svg?branch=master)](https://travis-ci.org/bsamseth/triangular-regressor)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/45b606f113cb4f48a4064c15160be989)](https://app.codacy.com/app/bsamseth/triangular-regressor?utm_source=github.com&utm_medium=referral&utm_content=bsamseth/triangular-regressor&utm_campaign=Badge_Grade_Dashboard)A [scikit-learn](http://scikit-learn.org/) compatible implementation of a 2D triangular regressor.
![triangulation](example-triangulation.png)
![prediction plot](example-fit.png)