Skip to main content

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
$ pip install --upgrade pydatasci; pip 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydatasci-0.0.28.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydatasci-0.0.28-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file pydatasci-0.0.28.tar.gz.

File metadata

  • Download URL: pydatasci-0.0.28.tar.gz
  • Upload date:
  • Size: 4.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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.6

File hashes

Hashes for pydatasci-0.0.28.tar.gz
Algorithm Hash digest
SHA256 eb7b5fa388d79cc74f4df3db51dc6c14521a06f4b547bd51f0ef9ea15ce7df25
MD5 d58bc50a4da6c91520d0c3cbb0172319
BLAKE2b-256 95884b2208ac2eb52e77058eda8d2af599d5d6d28e1b09e6e594dfc71af4e449

See more details on using hashes here.

File details

Details for the file pydatasci-0.0.28-py3-none-any.whl.

File metadata

  • Download URL: pydatasci-0.0.28-py3-none-any.whl
  • Upload date:
  • Size: 17.2 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

Hashes for pydatasci-0.0.28-py3-none-any.whl
Algorithm Hash digest
SHA256 a75719ab1a36428b85e06fb4291d3481bc7e72df2af400e34c8a52719bacf4c6
MD5 16603043cfc10c07e9cf0052e51330cf
BLAKE2b-256 934b16b8da597a9180304f0584eeaeb037d851141ee6bdc5d85320baef1ae5d6

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