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:
The
tlc.core
module contains the 3LC object model and base functionality for data access and representation.The
tlc.client
module extends thecore
module, offering operations on data and utilities for interacting with 3LC objects.The
tlc.integration
module provides compatibility with various tools and frameworks. Note that some integrations might require additional dependencies.
Modules and Packages#
Module |
Description |
---|---|
The |
|
The |
|
The |