Skip to main content

A Powerful Serverless Pre-Learning and Post-Learning Analysis Toolkit

Project description



Boosting The Productivity of Machine Learning Engineers

License PyPI Latest Release Downloads

Documentation

https://www.kxy.ai/reference/

Blog

https://blog.kxy.ai

Installation

From PyPi:

pip install kxy -U

From GitHub:

git clone https://github.com/kxytechnologies/kxy-python.git & cd ./kxy-python & pip install .

Authentication

All heavy-duty computations are run on our serverless infrastructure and require an API key. To configure the package with your API key, run

kxy configure

and follow the instructions. To get your own API key you need an account; you can sign up here. You'll then be automatically given an API key which you can find here.

Docker

The Docker image kxytechnologies/kxy has been built for your convenience, and comes with anaconda, auto-sklearn, and the kxy package.

To start a Jupyter Notebook server from a sandboxed Docker environment, run

docker run -i -t -p 5555:8888 kxytechnologies/kxy:latest /bin/bash -c "kxy configure <YOUR API KEY> && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root --NotebookApp.token=''"

where you should replace <YOUR API KEY> with your API key and navigate to http://localhost:5555 in your browser. This docker environment comes with all examples available on the documentation website.

To start a Jupyter Notebook server from an existing directory of notebooks, run

docker run -i -t --mount src=</path/to/your/local/dir>,target=/opt/notebooks,type=bind -p 5555:8888 kxytechnologies/kxy:latest /bin/bash -c "kxy configure <YOUR API KEY> && /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root --NotebookApp.token=''"

where you should replace </path/to/your/local/dir> with the path to your local notebook folder and navigate to http://localhost:5555 in your browser.

You can also get the same Docker image from GitHub here.

Other Programming Language

We plan to release friendly API client in more programming language.

In the meantime, you can directly issue requests to our RESTFul API using your favorite programming language.

Pricing

All API keys are given a free quota (a few dozen backend tasks) that should be enough to try out the package and see if you love it. Beyond the free quota you will be billed a small fee per task.

KXY is free for academic use; simply signup with your university email.

KXY is also free for Kaggle competitions; sign up and email kaggle@kxy.ai to get a promotional code.

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

kxy-1.4.11.tar.gz (65.4 kB view details)

Uploaded Source

Built Distribution

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

kxy-1.4.11-py3-none-any.whl (102.1 kB view details)

Uploaded Python 3

File details

Details for the file kxy-1.4.11.tar.gz.

File metadata

  • Download URL: kxy-1.4.11.tar.gz
  • Upload date:
  • Size: 65.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for kxy-1.4.11.tar.gz
Algorithm Hash digest
SHA256 27b6fb535481a311d2f6092f6eda03338034f8598bf55169213653fb4ebed7dd
MD5 3436b530ab08d0c5c0274220636cc49c
BLAKE2b-256 43d1a8ce29122712ba3edd8cfabcbd2a0f30bfb3534b4f406f5489fa5c982a4b

See more details on using hashes here.

File details

Details for the file kxy-1.4.11-py3-none-any.whl.

File metadata

  • Download URL: kxy-1.4.11-py3-none-any.whl
  • Upload date:
  • Size: 102.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for kxy-1.4.11-py3-none-any.whl
Algorithm Hash digest
SHA256 5cb02bc644570644c6b060c1adc6e31d6c69a5f572104a6058924ccb52ffa9ec
MD5 4a6ea851a3255659119265bf182d2b3d
BLAKE2b-256 45ab795de6152453165e611a72516f2cb6d774b207c5f8504fbeac92766ce844

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