You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final_regressor = model.bin
[info] VW 9.0.0 introduced a change to the default model save behavior. Please use '--predict_only_model' when using either '--invert_hash' or '--readable_model' to get the old behavior. Details: https://vowpalwabbit.org/link/1
predictions = pred.txt
[warning] Bandwidth is larger than continuous action range, this will result in a uniform pdf.
using no cache
Reading datafile = data.txt
num sources = 1
Num weight bits = 18
learning rate = 0.5
initial_t = 0
power_t = 0.5
Enabled learners: gd, scorer-identity, binary, cats_tree, get_pmf, pmf_to_pdf, cb_explore_pdf, cats_pdf, sample_pdf, cats
Input label = CONTINUOUS
Output pred = ACTION_PDF_VALUE
average since example example current current current
loss last counter weight label predict features
-0.50000 -0.50000 1 1.0 {0.57,-0.5,1} 0.05,1 2
-0.50000 -0.50000 2 2.0 {0.58,-0.5,1} 0.71,1 2
-0.50000 -0.50000 4 4.0 {0.03,-0.5,1} 0.94,1 2
finished run
number of examples = 6
weighted example sum = 6.000000
weighted label sum = 6.000000
average loss = -0.500000
total feature number = 11
Segmentation fault
Version
9.8.0
OS
Linux (Ubuntu)
Language
CLI
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Specific cats command on small dataset is causing segmentation fault on linux
How to reproduce
data.txt:
command line:
output:
Version
9.8.0
OS
Linux (Ubuntu)
Language
CLI
Additional context
No response
The text was updated successfully, but these errors were encountered: