Skip to content

Commit

Permalink
Added extended tutorial for baselines (#139)
Browse files Browse the repository at this point in the history
- Added extended tutorial for baselines
- Updated docs structure for tutorials and examples
Closes #137
  • Loading branch information
spirinamayya authored May 17, 2024
1 parent b3052ff commit fe49192
Show file tree
Hide file tree
Showing 5 changed files with 2,257 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased

### Added
- Extended Theory&Practice RecSys baselines tutorial ([#139](https://github.com/MobileTeleSystems/RecTools/pull/139))


## [0.6.0] - 13.05.2024

### Added
Expand Down
16 changes: 16 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Examples
=========

See examples here: https://github.com/MobileTeleSystems/RecTools/tree/main/examples

.. toctree::
:maxdepth: 4
:glob:

examples/1_simple_example
examples/2_cross_validation
examples/3_metrics
examples/4_dataset_with_features
examples/5_benchmark_iALS_with_features
examples/6_benchmark_lightfm_inference
examples/7_visualization
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ The package also provides tools that allow to evaluate metrics as easy and as fa

features
api
examples
tutorials
benchmarks
faq
Expand Down
10 changes: 2 additions & 8 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
Tutorials
=========

See tutorials here: https://github.com/MobileTeleSystems/RecTools/tree/main/examples
See tutorials here: https://github.com/MobileTeleSystems/RecTools/tree/main/examples/tutorials

.. toctree::
:maxdepth: 4
:glob:

examples/1_simple_example
examples/2_cross_validation
examples/3_metrics
examples/4_dataset_with_features
examples/5_benchmark_iALS_with_features
examples/6_benchmark_lightfm_inference
examples/7_visualization
examples/tutorials/baselines_extended_tutorial
Loading

0 comments on commit fe49192

Please sign in to comment.