Simplify the end-to-end workflow of machine learning.
Project description
pydatasci
Simplify the end-to-end workflow of machine learning.
Updating PyPI Package:
$ python3 setup.py sdist bdist_wheel
$ python3 -m twine upload --repository pypi dist/*
$ pip3 install --upgrade pydatasci; pip3 install --upgrade pydatasci
$ rm -r build dist pydatasci.egg-info
# proactively update the version number in setup.py next time
First Time Installation:
This library makes use of appdirs for an operating system agnostic location where configuration and database files will be created to store settings and data science metrics. This process also ensures that you have the permissions needed to read/ write files in that location.
Enter the following commands one by one:
$ pip3 install --upgrade pydatasci
$ python3
>>> import pydatasci as pds
>>> if pds.check_permissions() is False: pds.grant_permissions()
>>> pds.create_config()
>>> from pydatasci import mldb
>>> mldb.create_db()
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 pydatasci-0.0.17.tar.gz.
File metadata
- Download URL: pydatasci-0.0.17.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95ccff2889f47d8bd71d24f8e5dbae98892c050cb1e934ede24e2c5aa5f3ce5b
|
|
| MD5 |
ab68d0cb26d1c591efc03a369bf9ba50
|
|
| BLAKE2b-256 |
c925230b21acf8bfb811dd496646fd576fb63c7dc57e17d2849a489b97b4d02d
|
File details
Details for the file pydatasci-0.0.17-py3-none-any.whl.
File metadata
- Download URL: pydatasci-0.0.17-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f611e28826512b939e5762502b96f12114e68a94d0f9a8d7c7d3eb9c39f98b0
|
|
| MD5 |
768d61bd63f0b10ce0721fd7d8b92ade
|
|
| BLAKE2b-256 |
547dfcad0111b67101ebf9e4f227648b029d012a3b55997b92418bcd1ddc328e
|