recsplain
aviad_docs
  • Welcome
  • Get Started
  • Saving and Loading Models
  • Spinning Up A Server
  • Reference
    • Installation
    • Configuration
    • Index
    • Item Similarity
    • User Preference
    • Encoders
    • What it is
    • How it works
recsplain
  • »
  • Reference 🦖
  • Edit on GitHub

Reference 🦖

The reference supplements the Welcome, Get Started, Saving and Loading Models, Spinning Up A Server, and Reference guides.

Here is the Reference Table of Contents

  • Installation
    • pip install
    • Run Server
  • Configuration
    • Inputs
      • Filters
      • Encoders
      • Metric
        • types of matrics:
    • Outputs
      • Partitions
      • Feature Sizes
      • Vector Size
      • Total Items
  • Index
    • Inputs
    • Outputs
  • Item Similarity
    • Inputs
      • k
      • data
      • explain
    • Outputs
      • ids
      • distances
      • explanations
  • User Preference
    • Inputs
      • k
      • item history
      • data
      • explain
    • Outputs
      • ids
      • distances
      • explanations
  • Encoders
    • NumericEncoder
    • OneHotEncoder
    • StrictOneHotEncoder
    • OrdinalEncoder
    • BinEncoder
    • BinOrdinalEncoder
    • HierarchyEncoder
    • NumpyEncoder
    • JSONEncoder
    • QwakEncoder
  • What it is
    • Recommendation system
    • Create your own
    • Make recommendations
    • Use explanations
    • Get started
  • How it works
    • Easy Setup
    • Custom configuration
      • Similarity check
      • Data Index
    • Query multiple ways
    • Understand results
Previous Next

© Copyright 2021, ArgMaxML. Revision c2a32f82.

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