Skip to content

Commit

Permalink
Merge pull request #1064 from chenyuwuxin/master
Browse files Browse the repository at this point in the history
FIX: fix issue#1062
  • Loading branch information
2017pxy authored Nov 30, 2021
2 parents 7bd3df8 + 34ab2a4 commit e6c05d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/user_guide/config/data_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Preprocessing
- ``alias_of_relation_id (list)``: List of fields' names, which will be remapped into the same index system with ``RELATION_ID_FIELD``. Defaults to ``None``.
- ``preload_weight (dict)`` : Has the format ``{k (str): v (float)}, ...``. ``k`` is a token field, representing the IDs of each row of preloaded weight matrix. ``v`` is a float-like field. Each pair of ``k`` and ``v`` should be from the same atomic file. This arg can be used to load pretrained vectors. Defaults to ``None``.
- ``normalize_field (list)`` : List of filed names to be normalized. Note that only float-like fields can be normalized. Defaults to ``None``.
- ``normalize_all (bool)`` : Normalize all the float like fields if ``True``. Defaults to ``True``.
- ``normalize_all (bool)`` : Normalize all the float like fields if ``True``. Defaults to ``None``.

Benchmark file
-------------------
Expand Down
1 change: 0 additions & 1 deletion recbole/properties/dataset/ml-100k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ alias_of_entity_id: ~
alias_of_relation_id: ~
preload_weight: ~
normalize_field: ~
normalize_all: True

0 comments on commit e6c05d4

Please sign in to comment.