AMA Institute - Advanced Scorecard Builder Free version
Project description
Advanced Scorecard Builder
This package contains a AMA Intitute ASB Free Version 1.0 module.
Installation
You can simply use pip to install, as the following:
$ pip install Advanced-scorecard-builder
Examples
from sklearn import datasets
X,y = datasets.make_classification(n_samples=10**5, n_features=25, random_state=123)
print(X.shape)
# Data Frame
names = []
for el in range(25):
names.append("zm"+str(el+1))
df = pd.DataFrame(X, columns=names)
df['target'] = y
# take asb object
ama = asb(df,'target')
# fit your model
ama.fit()
# get scorecard
ama.get_scorecard()
# get model informations
ama.model_info_
# and produce report file
ama.html_report('raport.html')
How to Contribute
Email me s.zajac@amainstitute.pl
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
Built Distribution
File details
Details for the file advanced scorecard builder-1.0.2.tar.gz
.
File metadata
- Download URL: advanced scorecard builder-1.0.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef2f2eabb6237d16f71efee1526d85953560a3e1cb7a4f9a5df27bb53c3c9823 |
|
MD5 | bf02ba472cd433e293d2fcb447123cfc |
|
BLAKE2b-256 | dfc2010b4e1c6dadfeaa0c6bcc9a2a3767410061e125d55275d499dc5d4e715a |
File details
Details for the file advanced_scorecard_builder-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: advanced_scorecard_builder-1.0.2-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 449e81e611c77b61cc6ea6af8b2b06c403861f3e2a9081131e2c8854c10c0bf9 |
|
MD5 | 1768475da87ac129f8a978e9a3b2844c |
|
BLAKE2b-256 | 99ae9fd484236e3fb3a7a586462ae7b141b6c36ac68afd14a83a3aa787c3286a |