liyuyi@c-top.com.cn 4 年之前
父节点
当前提交
1cb2363b99
共有 6 个文件被更改,包括 13 次插入4 次删除
  1. 11 4
      .idea/workspace.xml
  2. 二进制
      distances.pkl
  3. 二进制
      final_feature_df.pkl
  4. 2 0
      historical_material.py
  5. 二进制
      indices.pkl
  6. 二进制
      res_df.pkl

+ 11 - 4
.idea/workspace.xml

@@ -1,12 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="31704e56-aca5-4e2d-bea1-d331132222c4" name="Default Changelist" comment="" />
+    <list default="true" id="31704e56-aca5-4e2d-bea1-d331132222c4" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/historical_material.py" beforeDir="false" afterPath="$PROJECT_DIR$/historical_material.py" afterDir="false" />
+    </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
     <option name="LAST_RESOLUTION" value="IGNORE" />
   </component>
+  <component name="Git.Settings">
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+  </component>
   <component name="JupyterTrust" id="ca2d42e4-d722-44a7-b416-c78a02b293a2" />
   <component name="ProjectId" id="1xtcY2zgL9PgwlsfQTItYSWSoLL" />
   <component name="ProjectViewState">
@@ -82,7 +88,8 @@
       <workItem from="1631846187097" duration="1382000" />
       <workItem from="1631861458465" duration="38000" />
       <workItem from="1631861519848" duration="283000" />
-      <workItem from="1631861811445" duration="1237000" />
+      <workItem from="1631861811445" duration="1804000" />
+      <workItem from="1631863643828" duration="12000" />
     </task>
     <servers />
   </component>
@@ -171,7 +178,7 @@
       <breakpoints>
         <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
           <url>file://$PROJECT_DIR$/historical_material.py</url>
-          <line>201</line>
+          <line>203</line>
           <option name="timeStamp" value="24" />
         </line-breakpoint>
         <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
@@ -181,7 +188,7 @@
         </line-breakpoint>
         <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
           <url>file://$PROJECT_DIR$/historical_material.py</url>
-          <line>202</line>
+          <line>204</line>
           <option name="timeStamp" value="26" />
         </line-breakpoint>
         <line-breakpoint enabled="true" suspend="THREAD" type="python-line">

二进制
distances.pkl


二进制
final_feature_df.pkl


+ 2 - 0
historical_material.py

@@ -189,7 +189,9 @@ if __name__ == '__main__':
     # 去掉这部分的素材,防止在调用 NearestNeighbors 时,报错
     null_df = final_feature_df.isnull().sum(axis=1)
     exist_null_fea_sig_lst = null_df[null_df >= 1].index
+
     # TODO 添加日志 记录存在数据缺失的素材
+
     if len(exist_null_fea_sig_lst) > 0:
         print(exist_null_fea_sig_lst)
 

二进制
indices.pkl


二进制
res_df.pkl