Scikit wrapper for quantreg
Project description
Scikit wrapper for quantreg
============================
Scikit wrapper for quantreg
Installation / Usage
----------------------------
To install use pip:
```
$ pip install skquantreg
```
Or clone the repo:
```
$ git clone https://github.com/Marco-Santoni/skquantreg.git
$ python setup.py install
```
Usage:
```
from skquantreg import QuantileRegressor
import numpy as np
X = np.random.rand(10,2)
y = np.random.rand(10)
X_test = np.random.rand(5,2)
model = QuantileRegressor(q=0.5)
model.fit(X, y)
model.predict(X_test)
```
============================
Scikit wrapper for quantreg
Installation / Usage
----------------------------
To install use pip:
```
$ pip install skquantreg
```
Or clone the repo:
```
$ git clone https://github.com/Marco-Santoni/skquantreg.git
$ python setup.py install
```
Usage:
```
from skquantreg import QuantileRegressor
import numpy as np
X = np.random.rand(10,2)
y = np.random.rand(10)
X_test = np.random.rand(5,2)
model = QuantileRegressor(q=0.5)
model.fit(X, y)
model.predict(X_test)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skquantreg-0.0.5.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skquantreg-0.0.5.tar.gz.
File metadata
- Download URL: skquantreg-0.0.5.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b7f94a585de6d656a34de421a70c5b227bb5b47488b62c0a315aa3ffdb69c70
|
|
| MD5 |
3eb41b589ec3e84908bd135ff48cd508
|
|
| BLAKE2b-256 |
4b1257c68506fc21a29ce551920e0c6e1e7e38212d311ceb4be83dc467fb9d12
|
File details
Details for the file skquantreg-0.0.5-py2.py3-none-any.whl.
File metadata
- Download URL: skquantreg-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
230f908da8c498c19277613c3722b88bcec04586900bf42e60dbb22fb626784b
|
|
| MD5 |
9bac24566ed8002c8e7a1c1d038cf1bf
|
|
| BLAKE2b-256 |
ee4f7ca69b4679a6fbf0417b9628199847eb255edd66a94b61e4046f37536262
|