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

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.93.tar.gz (26.7 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.93-py3-none-any.whl (29.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: data-science-toolkit-0.0.93.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/30.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.3

File hashes

Hashes for data-science-toolkit-0.0.93.tar.gz
Algorithm Hash digest
SHA256 4efc33cdca8f59d444c9aedfed4b7fc25ccdbd3eb15efa03176ddce3e3bdccb7
MD5 cbf558a1e35e2e20b65e95e3679a6871
BLAKE2b-256 d899496baabf65cbf084b8efff0f13fed44d0d3fc490f8616070d1130fe8f0c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: data_science_toolkit-0.0.93-py3-none-any.whl
  • Upload date:
  • Size: 29.0 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.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.3

File hashes

Hashes for data_science_toolkit-0.0.93-py3-none-any.whl
Algorithm Hash digest
SHA256 a418512199719bcb1b0c838e7deed281df6b00d2c218491d3a9f69f47da2415a
MD5 a1bf562947c31b0bf057931940f52b4b
BLAKE2b-256 d70ddab1b49f9763ca287e5222e7e9fef0a5aef6b4527ae73756e6da0694e932

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