Skip to main content

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# ayx-learn

A foundation of [scikit-learn](https://scikit-learn.org/stable/) compatible data science tools, such as Transformers, that both Alteryx Assisted Modeling and Code Fee Tools are built on.

## Source code organization

` . ├── README.md ├── ayx_learn: Source code for the ayx_learn package. │   ├── cmd: CLI commands that enable transformers and other functions to be used directly from the command-line. │   ├── transformers: Transformer source code. │   └── utils: Utility functions, such as validation. ├── docs: Sphinx documentation. ├── examples: CLI examples that use ayx_learn/cmd and DVC. ├── notebooks: Jupyter notebooks. ├── requirements-dev.txt: Requirements for development env. ├── requirements.txt: Requirements for building and running in a production env. ├── setup.py ├── tests │   └── unit: pytest unit tests. └── tox.ini: Ini file for tox. `

## Code standards

ayx-learn follows the [Alteryx Python Code Standards](https://alteryx.quip.com/qR3kAG4OA32X/Python-Code-Standards)

## Error handling and Logging

Errors/exceptions in ayx-learn follow the Message and Raise and Transformer patterns described in the blog at [Exceptional logging of exceptions in Python](https://www.loggly.com/blog/exceptional-logging-of-exceptions-in-python/).

Following the recommendations at, [Configuring Logging for a Library](https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library), a NullHandler has been initialized at ayx_learn module scope. Clients of ayx-learn can easily provide a logging handler that will override the NullHandler by initializing a handler in the client. E.g.

` import logging logging.basicConfig(filename='example.log',level=logging.DEBUG) `

## Testing

Unit tests are written using [pytest](https://docs.pytest.org/) and are located in ./tests/unit.

[tox](https://tox.readthedocs.io/) can be used for creating a virtualenv and automatically running the pytest unit tests.

## Examples

A set of CLI examples based on ayx_learn/cmd that use [DVC](https://dvc.org/) for managing data, creating, and running pipelines.

Usage

` cd examples/titanic dvc pull dvc repro step_2.csv.dvc `

To clean-up data files

` dvc remove -o *.dvc `

## Documentation

ayx-learn follows the [Alteryx Python Documentation Standards](https://alteryx.quip.com/bFgiAZThHaJv/Python-Documentation-Standards).

See [README](docs/README.md).

Download files

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

Source Distribution

ayx_learn-0.0.1.131585.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

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

ayx_learn-0.0.1.131585-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

Details for the file ayx_learn-0.0.1.131585.tar.gz.

File metadata

  • Download URL: ayx_learn-0.0.1.131585.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/35.0.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for ayx_learn-0.0.1.131585.tar.gz
Algorithm Hash digest
SHA256 8b0778170aba9d02814aa8d0f6b8b5a30c822dd992967779e133a2bc5ad5822c
MD5 3f3ed959c1be5577459c6d28a0b3b806
BLAKE2b-256 3f5545bddf89fb8153c10ff7acd02c6c0e9017246b1f3eb63524904e4e9e16fd

See more details on using hashes here.

File details

Details for the file ayx_learn-0.0.1.131585-py3-none-any.whl.

File metadata

  • Download URL: ayx_learn-0.0.1.131585-py3-none-any.whl
  • Upload date:
  • Size: 30.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/35.0.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for ayx_learn-0.0.1.131585-py3-none-any.whl
Algorithm Hash digest
SHA256 1442cc6e04d226ea1bc065269cd21f3e861b69530a45259f30a1d1f0af18897a
MD5 f0518eb45f1df4b97102ae648d0e4bc1
BLAKE2b-256 62e6ae51a4b50bc055c8c2e6962e478ada4db93460856835b7885c796bfbb459

See more details on using hashes here.

Release history Release notifications | RSS feed

2020.2.0

1 file

0.0.1.172168

2 files

0.0.1.171620

2 files

0.0.1.167476

2 files

0.0.1.166059

2 files

0.0.1.161430

2 files

0.0.1.152517

2 files

0.0.1.144921

2 files

0.0.1.140378

2 files

0.0.1.140370

2 files

0.0.1.140236

2 files

0.0.1.140039

2 files

0.0.1.136658

2 files

0.0.1.134996

2 files

0.0.1.134977

2 files

This release

0.0.1.131585 This release

2 files

0.0.1.126722

2 files

0.0.1.126714

2 files

0.0.1.126451

2 files

0.0.1.126311

2 files

0.0.1.121789

2 files

0.0.1.116811

2 files

0.0.1.112553

2 files

0.0.1.111369

2 files

0.0.1.111270

2 files

0.0.1.111256

2 files

0.0.1.110887

2 files

0.0.1.110254

2 files

0.0.1.110250

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page