Skip to content

LinearBoost/LinearBoostTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearBoost Tutorial & Documentation

This repository contains the tutorial and Sphinx documentation for the LinearBoost classifier.

  • LinearBoost is a fast, accurate binary classifier that boosts the linear base estimator SEFR (Scalable, Efficient, Fast Classifier).
  • Documentation is built with Sphinx and can be hosted on Read the Docs.

Quick links

Building the docs locally

From this directory (LinearBoostTutorial):

pip install -r docs/requirements.txt
cd docs && make html

Open docs/_build/html/index.html in a browser.

Read the Docs

The project is configured for Read the Docs via .readthedocs.yaml. The build installs dependencies from docs/requirements.txt (which includes linearboost) and builds Sphinx from docs/source/conf.py.

License

Same as the main LinearBoost project (see the main repository).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published