質問編集履歴

2

train_dfと理想のプロセスです

2019/05/04 08:15

投稿

Masakuni
Masakuni

スコア14

test CHANGED
File without changes
test CHANGED
@@ -80,4 +80,32 @@
80
80
 
81
81
 
82
82
 
83
- ![train_df.head()です](6f29c4984387d523f346827e9a6eed78.png)
83
+ ![train_df](fa50146e5b7a7ab70ca2463deb683608.png)
84
+
85
+
86
+
87
+ この場合
88
+
89
+ 0に対してcounter=2
90
+
91
+
92
+
93
+ payment9>0 でcounter=1になり 
94
+
95
+ payment8>0 でcounter=2
96
+
97
+ payment7が-1なのでcounterの計測が終わり counter=2
98
+
99
+
100
+
101
+ 1に対してcounter=0
102
+
103
+ 2に対してcounter=0
104
+
105
+ 3に対してcounter=0
106
+
107
+ 4に対してcounter=0
108
+
109
+
110
+
111
+ このような手順が理想です

1

train_df.head()を追記しました

2019/05/04 08:15

投稿

Masakuni
Masakuni

スコア14

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,15 @@
69
69
 
70
70
 
71
71
  ```
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ 追記です
80
+
81
+
82
+
83
+ ![train_df.head()です](6f29c4984387d523f346827e9a6eed78.png)