tlc#

Three Lines of Code Python Package.

The tlc Python package, also known as 3LC, is designed for integration into Python notebooks. Its primary purpose is to leverage the simplicity of 3LC to understand and improve the training of machine learning models. The package comprises three main sub-modules, each building on the previous one:

  1. The tlc.core module contains the 3LC object model and base functionality for data access and representation.

  2. The tlc.client module extends the core module, offering operations on data and utilities for interacting with 3LC objects.

  3. The tlc.integration module provides compatibility with various tools and frameworks. Note that some integrations might require additional dependencies.

Modules and Packages#

Module

Description

core

The tlc.core module contains the 3LC object model and base functionality for data access and representation.

integration

The tlc.integration module contains integration with optional/3rd party dependencies.

client

The tlc.client module is the entry point for incorporating 3LC into Python code.