Skip to content

Commit

Permalink
[docs] Update link in working_with_auxiliary_data.md (#598)
Browse files Browse the repository at this point in the history
* Update link in working_with_auxiliary_data.md

* fixed url

---------

Co-authored-by: Quoc-Tuan Truong <tqtg@users.noreply.github.com>
  • Loading branch information
lgabs and tqtg authored Mar 14, 2024
1 parent 54b7256 commit c603598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/working_with_auxiliary_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ CDL | 0.5494 | 42.1279 | 0.3018

## Other Modality classes

The usage of the `GraphModality` and `ImageModality`, to deal with graph and visual auxiliary data, follows the same principles as above. The [c2pf_example](../examples/c2pf_example.py) and [mcf_example](../examples/mcf_office.py) involve the `GraphModality` class to handle item network. For the `ImageModality`, one may refer to the [vbpr_tradesy](../examples/vbpr_tradesy.py) example. The `cornac.data` module's [documentation](https://cornac.readthedocs.io/en/latest/data.html) is also a good resource to know more about the modality classes.
The usage of the `GraphModality` and `ImageModality`, to deal with graph and visual auxiliary data, follows the same principles as above. The [c2pf_example](../examples/c2pf_example.py) and [mcf_example](../examples/mcf_office.py) involve the `GraphModality` class to handle item network. For the `ImageModality`, one may refer to the [vbpr_tradesy](../examples/vbpr_tradesy.py) example. The `cornac.data` module's [documentation](https://cornac.readthedocs.io/en/stable/api_ref/data.html#module-cornac.data.modality) is also a good resource to know more about the modality classes.

0 comments on commit c603598

Please sign in to comment.