Linora is a simple and efficient data mining and data analysis tool that allows you to do related data mining tasks without using sklearn to the maximum extent. It is perfectly compatible with pandas and runs faster and saves memory compared to sklearn.
| API Document | 中文介绍 |
Installation
To install this verson from PyPI, type:
pip install linora -U
To get the newest one from this repo (note there may be frequent updates), type:
pip install git+https://github.com/Hourout/linora.git
Feature
- metrics
- metrics charts
- feature columns module
- feature selection module
- image augmentation
- text processing
- model param search
- sample
- parallel
- logger
- config
- progbar
- schedulers
Example
import linora as la
# plot ks curve
label = [1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1]
label_prob = [0.8, 0.4, 0.2, 0.5, 0.9, 0.2, 0.8, 0.6, 0.1, 0.3, 0.8, 0.3, 0.9, 0.2, 0.84,
0.2, 0.5, 0.23, 0.83, 0.71, 0.34, 0.3, 0.2, 0.7, 0.2, 0.8, 0.3, 0.59, 0.26, 0.16, 0.13, 0.8]
la.chart.ks_curve(label, label_prob)
Contact
Please contact me if you have any related questions or improvements.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 linora-1.6.0.tar.gz.
File metadata
- Download URL: linora-1.6.0.tar.gz
- Upload date:
- Size: 192.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5ee5be4d4596fa680cd5bf9059cc4713db5a79730971da0ab975f3a1c69a760
|
|
| MD5 |
9969aff989c61bce21e6ddb0bb8ec2b0
|
|
| BLAKE2b-256 |
5436d4005c44e4c8ad4c0f8edbd12dc201efd3cabf7d5a6bfc3c33ce0a7ddf3e
|
File details
Details for the file linora-1.6.0-py3-none-any.whl.
File metadata
- Download URL: linora-1.6.0-py3-none-any.whl
- Upload date:
- Size: 277.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24c27ad8360924093bc81ee95ac22b79b09837394187aef982983c81d651e44f
|
|
| MD5 |
cf891e7fc035b97bfc3063e28a3288a2
|
|
| BLAKE2b-256 |
4a9100b6c8a227b97c7179c870c784f3ef2140404e62ab848836456434e182d5
|