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.991.tar.gz (212.1 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.991-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for data-science-toolkit-0.0.991.tar.gz
Algorithm Hash digest
SHA256 326dcfb789334c5c7ae0b9e849ba6b6bde456018276fc4cce1a011cc27682129
MD5 a798be5d7d9db080d13d7a18aeda2fe8
BLAKE2b-256 d11b07421fd6fae538714ea8607d89c63a80c7c87fbbae56cabbe583f82ecacf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for data_science_toolkit-0.0.991-py3-none-any.whl
Algorithm Hash digest
SHA256 cb51c5ec4943e82b9b38d1027a977c7df9e619410062c4bfe4bec92479ec1ec8
MD5 3c21888cf84b52ef9ece7026774f2a8c
BLAKE2b-256 2e28b34f3826b8b5101e75a82b51388456261388901b0da5970f1a12299d5ac0

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