-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error running asmoses if _loc is null_vertex then it must have only one child #136
Comments
This happened because some of your input features are I can make it gracefully ignore such knobs to avoid such exception but ultimately it is not a solution at all. So I recommend binarizing your dataset for now. @ngeiswei if you have a solution I can work on it. |
@kasimebrahim, I'm seeing that enum isn't supported in several places, like even in the interpreter, so I suppose for now unless @noskill you really want to try input enums (output should work already, but not input) we should let it aside. |
I use contin instead of enum for now. I don't have an intuition about what difference adding better enum support would add. |
Is feature selection working on boolean + enum features? |
@noskill asked
No, according to asmoses/opencog/data/table/table.h Line 1270 in 2d7fe0c
|
I got error running asmoses on a dataset
log1.txt.log
here is a smaller version of dataset where the bug still reproducible:
cancer_bin_100_small.txt
There is no error without --noise 0.2 on the smaller version of dataset, but on full dataset the error still happens.
The text was updated successfully, but these errors were encountered: