artifician Library
  • Introduction
  • Installation Guide
  • Quick Start
  • Advanced Concepts
  • API
artifician Library
  • Documentation
  • View page source

Documentation

  • Introduction
    • Simple Example
    • Without Artifician
    • Using Artifician
    • Output
  • Installation Guide
    • Pre-requisites
    • Installation
  • Quick Start
    • Define Extractor
    • Initialize components
    • Subscriptions
    • Dataset Preparation
    • Output
  • Advanced Concepts
    • Defining new processor
    • Library Architecture
      • Events
      • Dataset
      • Feature Definition
      • Processors
      • RxPY
  • API
    • artifician package
      • Subpackages
        • artifician.processors package
          • Submodules
            • artifician.processors.mapper module
              • FeatureMap
                • FeatureMap.get_value_id()
              • Mapper
                • Mapper.process()
                • Mapper.subscribe()
            • artifician.processors.normalizer module
              • KeyValuesNormalizer
                • KeyValuesNormalizer.normalize()
                • KeyValuesNormalizer.normalize_key_values()
              • Normalizer
                • Normalizer.process()
                • Normalizer.subscribe()
              • NormalizerStrategy
                • NormalizerStrategy.normalize()
              • PathsNormalizer
                • PathsNormalizer.get_path_values()
                • PathsNormalizer.normalize()
              • PropertiesNormalizer
                • PropertiesNormalizer.normalize()
              • StrategySelector
                • StrategySelector.get_key_values_delimiter()
                • StrategySelector.get_paths_delimiter()
                • StrategySelector.get_properties_delimiter()
                • StrategySelector.select()
            • artifician.processors.processor module
              • Processor
                • Processor.process()
                • Processor.subscribe()
      • Submodules
        • artifician.dataset module
          • Dataset
            • Dataset.add_samples()
            • Dataset.observe()
            • Dataset.post_process()
        • artifician.feature_definition module
          • FeatureDefinition
            • FeatureDefinition.map()
            • FeatureDefinition.observe()
            • FeatureDefinition.process()
            • FeatureDefinition.subscribe()
Next

© Copyright 2022, Abhijeet Gandhi.

Built with Sphinx using a theme provided by Read the Docs.