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.992.tar.gz (209.8 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.992-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: data-science-toolkit-0.0.992.tar.gz
  • Upload date:
  • Size: 209.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.12

File hashes

Hashes for data-science-toolkit-0.0.992.tar.gz
Algorithm Hash digest
SHA256 62f003d47f10f79317f0f0b4965e9472ad09ef25baadaa696b3a1c6f772c937a
MD5 85f407add984ccf7327fcf6f70d26e28
BLAKE2b-256 05c62307c841679cc9d8596a3ce605181eff57821c9fb75e7830d381e7cc5661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for data_science_toolkit-0.0.992-py3-none-any.whl
Algorithm Hash digest
SHA256 e8706aa14c9b73e73755baeb763f823cb6cf0938bab137fabb7df3a5e6e8dae0
MD5 41089f5ecf6dbefacbcfb095bace1c57
BLAKE2b-256 c8220742d76943203ea410d1802b403596f0ea9510b3018128c41b3f1fdfb613

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