RecBole

Get Started

  • Install RecBole
  • Quick Start
  • Distributed Training

User Guide

  • Config Introduction
  • Data Module Introduction
  • Model Introduction
  • Training & Evaluation Introduction
  • Usage
    • Use run_recbole
    • Use Modules
    • Parameter Tuning
    • Running New Dataset
    • Running Different Models
    • Load Pre-trained Embedding
    • Save and load data and model
    • Case study
    • Use Tensorboard
    • Use Weights & Biases
    • Clarifications on some practical issues
    • Significance Test
    • Use run_recbole_group

Developer Guide

  • Customize Models
  • Customize Trainers
  • Customize DataLoaders
  • Customize Samplers
  • Customize Metrics

API REFERENCE:

  • recbole.config.configurator
  • recbole.data
  • recbole.evaluator
  • recbole.model
  • recbole.quick_start
  • recbole.sampler
  • recbole.trainer.hyper_tuning
  • recbole.trainer.trainer
  • recbole.utils.case_study
  • recbole.utils.enum_type
  • recbole.utils.logger
  • recbole.utils.utils
RecBole
  • Usage
  • View page source

Usage¶

In order to help users learn the depth usage of RecBole, we write the following usage docs to give a detailed introduction about RecBole’s features.

  • Use run_recbole
  • Use Modules
  • Parameter Tuning
  • Running New Dataset
  • Running Different Models
  • Load Pre-trained Embedding
  • Save and load data and model
  • Case study
  • Use Tensorboard
  • Use Weights & Biases
  • Clarifications on some practical issues
  • Significance Test
  • Use run_recbole_group
Previous Next

© Copyright 2020-2023, RecBole Contributors.

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