datalines

Datalines = Dataloaders + Pipelines, add simplicity


Keywords
artificial-intelligence, data-pipelines, datasets, machine-learning
Licenses
LGPL-3.0/GPL-3.0+
Install
pip install datalines==0.1.0

Documentation

DataLines

A package to prevent reinventing the wheel every time data needs to be loaded or processed. Aims at operating with the least number of dependencies (for high compatibility and lightweight).

Table of contents

Docs

Package documentation resources are listed below

Contents

The contents of this folder are described below

Item Name Description
LICENSE License: GNU LGPL v3
pyproject.toml Project build system
setup.py Project metadata
conda-env-full.yml Anaconda environment (for development and build systems)
src folder The main source code

References