LearnAPI.jl
  • Home
  • Anatomy of an Implementation
    • Overview
    • Public Names
      • Core methods
      • Training data deconstructors
      • Accessor functions
      • Learner traits
      • Kinds of target proxy
      • Utilities (never overloaded)
    • fit/update
    • predict/transform
    • Kinds of Target Proxy
    • obs and Data Interfaces
    • features/target/weights
    • Accessor Functions
    • Learner Traits
  • Common Implementation Patterns
  • Testing an Implementation
Version
  • Reference
  • Public Names
  • Public Names
GitHub

List of Public Names

Core methods

  • fit

  • update

  • update_observations

  • predict

  • transform

  • inverse_transform

  • obs

Training data deconstructors

  • LearnAPI.features

  • LearnAPI.target

  • LearnAPI.weights

Accessor functions

See here.

Learner traits

See here.

Kinds of target proxy

See here.

Utilities (never overloaded)

  • clone: for cloning a learner with specified hyperparameter replacements.

  • @trait: for simultaneously declaring multiple traits

  • @functions: for listing functions available for use with a learner

« Overviewfit/update »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.10.1 on Sunday 6 April 2025. Using Julia version 1.11.4.