Data Science Toolkit (DST) is a Python library that helps implement data science related project with ease.
Project description
Data Science Toolkit
Data Science Toolkit (DST) is a Python library that helps implement data science related project with ease.
Simple Demo
from data_science_toolkit.dataframe import DataFrame
from data_science_toolkit.model import Model
data = DataFrame()
data.load_dataset('iris')
y = data.get_column('target')
data.drop_column('target')
# decision tree model
model = Model(data_x=data.get_dataframe(), data_y=y, model_type='dt', training_percent=0.8)
# train the model
model.train()
# get all classification evaluation metrics
model.report()
#get the cross validation
model.cross_validation(5)
Documentation
More information can be found on the DST documentation site.
Contributing
Contrubution and suggestions are welcome via GitHub Pull Requests.
Maintainership
We're actively enhacing the repo with new algorithms.
How to cite
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
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 data-science-toolkit-0.0.975.tar.gz.
File metadata
- Download URL: data-science-toolkit-0.0.975.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.4.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a07417384b3f0cc89940493fd265d9455ed14311a8d96e1b6e7e1506028ad560
|
|
| MD5 |
b99f5d7d673449c6793ec9f36b2539f5
|
|
| BLAKE2b-256 |
44ff820a6e2e9655d2a4a7b31eb63375ab7a498f78aaecf2237b89cccbaa70c4
|
File details
Details for the file data_science_toolkit-0.0.975-py3-none-any.whl.
File metadata
- Download URL: data_science_toolkit-0.0.975-py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.4.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8f0e81f02c9863c0f902a454aed5172b7f7af13b3cb10413a7f09c8af8e00eb
|
|
| MD5 |
d2774115fe9ac1d682099d3998b9a58c
|
|
| BLAKE2b-256 |
bcfd42653c9fc931c7dffd88135cce63f9a8d96c41fa894ae43b38ec204c3c99
|