mrshravan commited on
Commit
4904547
·
verified ·
1 Parent(s): 6cf805e

Upload benchmarks/business.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. benchmarks/business.log +18 -0
benchmarks/business.log ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-04-09 04:54:00,086 [INFO] Business Benchmark — scenarios: ['marketing', 'pricing', 'job_training']
2
+ 2026-04-09 04:54:00,086 [INFO]
3
+ ============================================================
4
+ 2026-04-09 04:54:00,086 [INFO] Running scenario: marketing
5
+ 2026-04-09 04:54:00,086 [INFO] ============================================================
6
+ Traceback (most recent call last):
7
+ File "<frozen runpy>", line 198, in _run_module_as_main
8
+ File "<frozen runpy>", line 88, in _run_code
9
+ File "/root/anofy/dist/tcpfn/benchmarks/runners/business_benchmark.py", line 856, in <module>
10
+ main()
11
+ File "/root/anofy/dist/tcpfn/benchmarks/runners/business_benchmark.py", line 823, in main
12
+ result = runner(**kwargs)
13
+ ^^^^^^^^^^^^^^^^
14
+ File "/root/anofy/dist/tcpfn/benchmarks/runners/business_benchmark.py", line 400, in run_marketing_scenario
15
+ from benchmarks.hillstrom import HillstromDataset
16
+ File "/root/anofy/dist/tcpfn/benchmarks/hillstrom.py", line 8, in <module>
17
+ from sklift.datasets import fetch_hillstrom
18
+ ModuleNotFoundError: No module named 'sklift'