Skip to main content

Pipeline-oriented feature extraction for multimodal datasets

Project description

adfluo

Tests Documentation

adfluo, adfluis, adfluere, adfluxi, adfluxum

  1. to flow on/to/towards/by
  2. to glide/drift quietly

adfluo is a Python library for pipeline-oriented feature computation, mainly aimed at tricky multimodal datasets that might require a wide range of different features to be computed from.

Adfluo makes your feature extraction code:

  • clean : it encourages you to outline clearly the steps needed to compute a feature as a pipeline of atomic steps
  • data scientist-friendly: adfluo's output has a predictable structure, ensuring that once you've run the feature extraction, you'll be able to focus a 100% on your data-science/statistics work.
  • efficient : if different features have computation steps in common, adfluo will do its best to compute only what is necessary, without any extra configuration.
  • reusable: By separating the input data from the feature computation logic, you'll easily be able to reuse an existing extraction pipeline on another dataset, or use another extraction pipeline on the same dataset.
  • sample-oriented: adfluo organizes its processing around samples of data.

Installation

Adfluo is available on Pypi, and has no special dependencies, a simple

pip install adfluo

will do.

Example

import random

# Defining our dataset as a list of dicts
my_dataset = [
    {"numbers" : [random.randint(1, 20) for j in range(50)],
     "idx": i}
  for i in range(20)
]

# TODO: examples 
#  - mean, std dev of numbers
#  - "relative" mean using idx

Project details


Download files

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

Source Distribution

adfluo-0.4.2.tar.gz (53.5 kB view details)

Uploaded Source

Built Distribution

adfluo-0.4.2-py3-none-any.whl (38.2 kB view details)

Uploaded Python 3

File details

Details for the file adfluo-0.4.2.tar.gz.

File metadata

  • Download URL: adfluo-0.4.2.tar.gz
  • Upload date:
  • Size: 53.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for adfluo-0.4.2.tar.gz
Algorithm Hash digest
SHA256 166224472d328ee8665a03167b8098866ffe776d598d75d32eaf87efed7295be
MD5 fd89157f452d4d5e14bf3eb7ac09458c
BLAKE2b-256 218543619fae94f04ccbe223de5b2d44174a8ef4feefc263849d76912a97a3a4

See more details on using hashes here.

File details

Details for the file adfluo-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: adfluo-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 38.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for adfluo-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9b4fcf5d0de7f7ce0a712697bf4c3f5dbab294c537f995fb5609292e70f5d594
MD5 9f7da1a14a7680852a6882c30b059384
BLAKE2b-256 8edc0ebf4ad9604d6ee5d4c8d52da0287f7ac22daaf299ae6e5074643297aa40

See more details on using hashes here.

Supported by

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