Feyn Documentation

Feyn Documentation

  • Learn
  • Guides
  • Tutorials
  • API Reference
  • FAQ

›Feyn

Changelog

  • Feyn Changelog

Feyn

  • feyn
  • feyn.datasets
  • feyn.filters
  • feyn.inference
  • feyn.insights
  • feyn.losses
  • feyn.metrics
  • feyn.reference
  • feyn.tools
  • feyn.plots
  • feyn.plots.interactive

feyn.filters

A collection of filters to use with feyn Models.

class Complexity

def __init__(
    complexity: int
) -> Complexity
Use this class to get a filter for selecting models with a specific complexity.

class ContainsFunctions

def __init__(
    functions: Union[str, List[str]]
) -> ContainsFunctions
Use this class to get a filter for including only models that exclusively consist of the named functions.

class ContainsInputs

def __init__(
    input_name: Union[str, List[str]]
) -> ContainsInputs
Use this class to get a filter for including only models that contain specific named inputs.

class ExcludeFunctions

def __init__(
    functions: Union[str, List[str]]
) -> ExcludeFunctions
Use this class to get a filter for excluding models that contain any of the named functions.
← feyn.datasetsfeyn.inference →
  • class Complexity
  • class ContainsFunctions
  • class ContainsInputs
  • class ExcludeFunctions

Subscribe to get news about Feyn and the QLattice.

You can opt out at any time, and you can read our privacy policy here.

Copyright © 2024 Abzu.ai - Feyn license: CC BY-NC-ND 4.0
Feyn®, QGraph®, and the QLattice® are registered trademarks of Abzu®