-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added extended tutorial for baselines (#139)
- Added extended tutorial for baselines - Updated docs structure for tutorials and examples Closes #137
- Loading branch information
1 parent
b3052ff
commit fe49192
Showing
5 changed files
with
2,257 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.