Skip to main content

Data Science Toolkit (DST) is a Python library that helps implement data science related project with ease.

Project description

Data Science Toolkit

readthedocs License Reproducible Capsule

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

data-science-toolkit-0.0.985.tar.gz (37.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

data_science_toolkit-0.0.985-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

Details for the file data-science-toolkit-0.0.985.tar.gz.

File metadata

  • Download URL: data-science-toolkit-0.0.985.tar.gz
  • Upload date:
  • Size: 37.2 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

Hashes for data-science-toolkit-0.0.985.tar.gz
Algorithm Hash digest
SHA256 f3d4b155f446b4ed3a7e4df26b988171f44b6b406f6fde4c67bdfb4b28a12272
MD5 49e15f584101e09b58b71d4068f8de1f
BLAKE2b-256 7cbd46c0d2f63514b2bf22e1b47a1812f10f1ee040242c654100a1809d56ffd7

See more details on using hashes here.

File details

Details for the file data_science_toolkit-0.0.985-py3-none-any.whl.

File metadata

  • Download URL: data_science_toolkit-0.0.985-py3-none-any.whl
  • Upload date:
  • Size: 40.5 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

Hashes for data_science_toolkit-0.0.985-py3-none-any.whl
Algorithm Hash digest
SHA256 06b457bac08ee144d49b26ab689cd6021bf5559c3ff631768cdf023fbb283c61
MD5 9c4b367bb9a4f27896c388c22d7e3bcf
BLAKE2b-256 5a02febfe3e75f1ecb4589a9aeaebb0c5e2032ad35d22d98b92639ea8e42da14

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page