Skip to content
Snippets Groups Projects
Unverified Commit c6035980 authored by Luan Fernandes's avatar Luan Fernandes Committed by GitHub
Browse files

[docs] Update link in working_with_auxiliary_data.md (#598)


* Update link in working_with_auxiliary_data.md

* fixed url

---------

Co-authored-by: default avatarQuoc-Tuan Truong <tqtg@users.noreply.github.com>
parent 54b72560
No related branches found
No related tags found
No related merge requests found
......@@ -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.
\ No newline at end of file
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment