Skip to main content
Ctrl+K
ASReview LAB 2.0 is now available! Try it out.
ASReview LAB 2.0.2 documentation - Home ASReview LAB 2.0.2 documentation - Home
  • ASReview LAB guide
  • Server guide
  • Technical guide
  • Changelog
  • asreview.ai
    • Donate to ASReview
    • AI-Lab at Utrecht University
  • GitHub
  • PyPI
  • ASReview LAB guide
  • Server guide
  • Technical guide
  • Changelog
  • asreview.ai
  • Donate to ASReview
  • AI-Lab at Utrecht University
  • GitHub
  • PyPI

Section Navigation

Introduction

  • Architecture
  • Command Line
  • Developing Extensions

ASReview file

  • Access data from ASReview file

API Reference

  • asreview
    • asreview.ActiveLearningCycle
    • asreview.ActiveLearningCycleData
    • asreview.Simulate
    • asreview.Project
    • asreview.SQLiteState
    • asreview.DataStore
    • asreview.Record
    • asreview.is_project
    • asreview.load_dataset
    • asreview.open_state
    • asreview.extensions
    • asreview.get_extension
    • asreview.load_extension
    • asreview.ProjectError
    • asreview.ProjectNotFoundError
    • asreview.data
      • asreview.data.CSVReader
      • asreview.data.CSVWriter
      • asreview.data.ExcelReader
      • asreview.data.ExcelWriter
      • asreview.data.RISReader
      • asreview.data.RISWriter
      • asreview.data.TSVWriter
      • asreview.data.base
        • asreview.data.base.BaseReader
    • asreview.models
      • asreview.models.get_ai_config
      • asreview.models.stoppers
        • asreview.models.stoppers.LastRelevant
        • asreview.models.stoppers.NLabeled
        • asreview.models.stoppers.QuantileLabeled
        • asreview.models.stoppers.IsFittable
        • asreview.models.stoppers.NConsecutiveIrrelevant
      • asreview.models.balancers
        • asreview.models.balancers.Balanced
      • asreview.models.classifiers
        • asreview.models.classifiers.SVM
        • asreview.models.classifiers.RandomForest
        • asreview.models.classifiers.NaiveBayes
        • asreview.models.classifiers.Logistic
      • asreview.models.feature_extractors
        • asreview.models.feature_extractors.Tfidf
        • asreview.models.feature_extractors.OneHot
      • asreview.models.queriers
        • asreview.models.queriers.Max
        • asreview.models.queriers.HybridMaxRandom
        • asreview.models.queriers.HybridMaxUncertainty
        • asreview.models.queriers.Uncertainty
        • asreview.models.queriers.Random
        • asreview.models.queriers.TopDown
    • asreview.metrics
      • asreview.metrics.loss
      • asreview.metrics.ndcg
    • asreview.datasets
      • asreview.datasets.BaseDataGroup
      • asreview.datasets.BaseDataSet
      • asreview.datasets.DatasetManager
      • asreview.datasets.SynergyDataGroup
      • asreview.datasets.SynergyDataSet
  • Technical guide

Technical guide#

Introduction

  • Architecture
    • Core Interfaces
    • Servers
    • Extensions
  • Command Line
  • Developing Extensions
    • Model Extensions
    • Subcommand Extensions
    • Dataset Extensions

ASReview file

  • Access data from ASReview file
    • Example Data
    • Python imports
    • Project API
    • State API

asreview

Active learning for Systematic Reviews.

Indices and tables#

  • Index

  • Module Index

previous

Migration

next

Architecture

On this page
  • Indices and tables
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, ASReview LAB developers.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.