MCPcopy
hub / github.com/PaddlePaddle/PaddleRec / init

Method init

datasets/Avazu_flen/preprocess.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.init()
65
66 def init(self):
67 self._get_field_name()
68 self._get_feature_map()
69 self._build_split()
70
71 def filled_raw(self):
72 "fill raw data with '-1' ,and spilt user, item, contex fields"

Callers 1

__init__Method · 0.95

Calls 3

_get_field_nameMethod · 0.95
_get_feature_mapMethod · 0.95
_build_splitMethod · 0.95

Tested by

no test coverage detected