這個項目用來預測某用戶是否對某資源是否有需求
數據的字段以下:app
ACTION ACTION is 1 if the resource was approved, 0 if the resource was not //若是是1的話就說明須要訪問,0則說明無需訪問 RESOURCE An ID for each resource //資源的id數字 MGR_ID The EMPLOYEE ID of the manager of the current EMPLOYEE ID record; an employee may have only one manager at a time //員工經理的編號 ROLE_ROLLUP_1 Company role grouping category id 1 (e.g. US Engineering) //員工所屬的職位組別編號1 ROLE_ROLLUP_2 Company role grouping category id 2 (e.g. US Retail) //員工所屬的職位類別編號2 ROLE_DEPTNAME Company role department description (e.g. Retail) //員工所屬部門 ROLE_TITLE Company role business title description (e.g. Senior Engineering Retail Manager) //公司職位的商業編號 ROLE_FAMILY_DESC Company role family extended description (e.g. Retail Manager, Software Engineering) //公司職位的其餘描述信息 ROLE_FAMILY Company role family description (e.g. Retail Manager) //用戶角色的描述編碼 ROLE_CODE Company role code; this code is unique to each role (e.g. Manager) //用戶角色編碼
訓練集和測試集的字段都是同樣的,訓練集給出了全部的action信息,而目的就是預測action信息測試