@@ -102,6 +102,9 @@ object makedata_ad_31_originData_20240718 {
if (b1.containsKey("cpa")) {
featureMap.put("cpa", b1.getString("cpa").toDouble)
}
+ if (b1.containsKey("weight") && b1.getString("weight").nonEmpty){
+ featureMap.put("weight", b1.getString("weight").toDouble)
+ }
for ((bn, prefix1) <- List(
(b2, "b2"), (b3, "b3"), (b4, "b4"), (b5, "b5"), (b8, "b8"), (b9, "b9")