Spaces:
Sleeping
Sleeping
Commit
·
5f1829e
1
Parent(s):
93f0901
Oracle weight assigning update
Browse files
Oracle/deepfundingoracle.py
CHANGED
@@ -292,7 +292,7 @@ def assign_base_weight(df, max_workers=32, llm_retries=3,llm_delay=2):
|
|
292 |
"activity": 0.05,
|
293 |
"contributors": 0.05
|
294 |
}
|
295 |
-
|
296 |
|
297 |
# Step 2: Ensure all feature columns are numeric
|
298 |
for feature in feature_weights.keys():
|
|
|
292 |
"activity": 0.05,
|
293 |
"contributors": 0.05
|
294 |
}
|
295 |
+
print(f"[INFO] Using default feature weights: {feature_weights}", flush=True)
|
296 |
|
297 |
# Step 2: Ensure all feature columns are numeric
|
298 |
for feature in feature_weights.keys():
|