Welcome to pjdata ‘s documentation!¶
Install¶
Install¶
The pjdata is available on the PyPi . You can install it via pip as follow:
pip install -U pjdata
It is possible to use the development version installing from GitHub:
pip install -U git@github.com:end-to-end-data-science/pjdata.git
If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from Github and install all dependencies:
git clone git@github.com:end-to-end-data-science/pjdata.git
cd pjdata
pip install .
Test and coverage¶
If you want to test/test-coverage the code before to install:
$ make install-dev
$ make test-cov
Or:
$ make install-dev
$ pytest --cov=pjdata/ tests/
API Documentation¶
This is the full API documentation of the pjdata package.
The pjdata example gallery¶
Below we present a gallery with examples of use:
Getting started¶
Information to install, test, and contribute to the package.
API Documentation¶
In this section, we document expected types, functions, classes, and parameters available for AutoML building. We also describe our own AutoML systems.
Examples¶
A set of examples illustrating the use of pjdata package. You will learn in this section how pjdata works, patter, tips, and more.
What’s new ?¶
Log of the pjdata history.