Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
alpbench 0.1.1 documentation

OVERVIEW

  • Installation Guide
  • Quickstart Guide

TUTORIALS

  • Specify and fit an active learning pipeline
  • Evaluating an active learning pipeline using the evaluator
  • Run experiments with py_experimenter

API REFERENCE

  • πŸ“– API References
    • alpbench.benchmark
      • alpbench.benchmark.ActiveLearningScenario
      • alpbench.benchmark.ActiveLearningSetting
      • alpbench.benchmark.BenchmarkConnector
      • alpbench.benchmark.BenchmarkSuite
      • alpbench.benchmark.Observer
    • alpbench.evaluation
      • alpbench.evaluation.analysis
        • alpbench.evaluation.analysis.get_results
        • alpbench.evaluation.analysis.plot_functions
      • alpbench.evaluation.experimenter
        • alpbench.evaluation.experimenter.DefaultSetup
        • alpbench.evaluation.experimenter.Experimenter
        • alpbench.evaluation.experimenter.LogTableObserver
    • alpbench.pipeline
      • alpbench.pipeline.ALPEvaluator
      • alpbench.pipeline.ActiveLearningPipeline
      • alpbench.pipeline.Initializer
      • alpbench.pipeline.Oracle
      • alpbench.pipeline.QueryStrategy
    • alpbench.util
      • alpbench.util.common
      • alpbench.util.ensemble_constructor
      • alpbench.util.pytorch_tabnet
        • alpbench.util.pytorch_tabnet.abstract_model
        • alpbench.util.pytorch_tabnet.augmentations
        • alpbench.util.pytorch_tabnet.callbacks
        • alpbench.util.pytorch_tabnet.metrics
        • alpbench.util.pytorch_tabnet.multiclass_utils
        • alpbench.util.pytorch_tabnet.multitask
        • alpbench.util.pytorch_tabnet.pretraining
        • alpbench.util.pytorch_tabnet.pretraining_utils
        • alpbench.util.pytorch_tabnet.sparsemax
        • alpbench.util.pytorch_tabnet.tab_model
        • alpbench.util.pytorch_tabnet.tab_network
        • alpbench.util.pytorch_tabnet.utils

BIBLIOGRAPHY

  • πŸ“š Bibliography
Back to top
View this page
Edit this page

alpbench.utilΒΆ

Some helper functions to build an ensemble out of learning algorithms, to generate embeddings, if the learning algorithm is neural-net based, etc.

Modules

alpbench.util.common

alpbench.util.ensemble_constructor

alpbench.util.pytorch_tabnet

Next
alpbench.util.common
Previous
alpbench.pipeline.QueryStrategy
Copyright © 2024, Margraf et al.
Made with Sphinx and @pradyunsg's Furo