End-to-end machine learning on your desktop or server.
Project description
pydatasci
Simplify the end-to-end workflow of machine learning.
Updating PyPI Package:
$ pip3 install --upgrade wheel twine
$ python3 setup.py sdist bdist_wheel
$ python3 -m twine upload --repository pypi dist/*
$ rm -r build dist pydatasci.egg-info
# proactively update the version number in setup.py next time
$ pip3 install --upgrade pydatasci; pip3 install --upgrade pydatasci
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 from/ write to that folder, and that the folder exists in the first place.
Enter the following commands one by one and follow any instructions returned by the command prompt to resolve errors:
$ pip3 install --upgrade pydatasci
$ python3
>>> import pydatasci as pds
>>> pds.create_config()
>>> from pydatasci import aidb
>>> aidb.create_db()
Deleting & Recreating the Database:
When deleting the database, you need to either reload the aidb module or restart the Python shell before you can attempt to recreate the database.
aidb.delete_db()
from importlib import reload
reload(aidb)
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.24.tar.gz.
File metadata
- Download URL: pydatasci-0.0.24.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4572e87988609a208f486c2f1703b18aa9768e078772117388f7f12def31f7d
|
|
| MD5 |
e71a12294723a6c81f94b702c970429e
|
|
| BLAKE2b-256 |
7c635301cd8b559a7c7dc694ef7eb9d6000eb25c6354e7040fbfa24b6fcba8b6
|
File details
Details for the file pydatasci-0.0.24-py3-none-any.whl.
File metadata
- Download URL: pydatasci-0.0.24-py3-none-any.whl
- Upload date:
- Size: 16.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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e107fb91b5e0d34ee91a310f1f85c8a173a2d8cdf916096eaaa9a083e8cf182
|
|
| MD5 |
e1c22d128858de1dc6dcbde28cefa94f
|
|
| BLAKE2b-256 |
8ad531df573d4a736341353a0e746e8b848798c7489bcc1ab53411513707502d
|