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
MethodError: no method matching num_examples(::DataFrames.DataFrameRow{DataFrames.DataFrame,DataFrames.Index})
Closest candidates are:
num_examples(!Matched::DataFrames.DataFrame) at /home/pasha/.julia/packages/LogicCircuits/CjRCP/src/Utils/data.jl:21
num_examples(!Matched::AbstractArray{T,2} where T) at /home/pasha/.julia/packages/LogicCircuits/CjRCP/src/Utils/data.jl:22
Stacktrace:
[1] evaluate(::Plain⋁Node, ::DataFrames.DataFrameRow{DataFrames.DataFrame,DataFrames.Index}) at /home/pasha/.julia/packages/LogicCircuits/CjRCP/src/queries.jl:177
[2] (::Plain⋁Node)(::DataFrames.DataFrameRow{DataFrames.DataFrame,DataFrames.Index}) at /home/pasha/.julia/packages/LogicCircuits/CjRCP/src/queries.jl:171
[3] top-level scope at In[138]:1
The text was updated successfully, but these errors were encountered:
Currently evalute throws error if used on on instance for example:
throw error that
num_examples
not defined.One way to circument this is to do:
But would be nice for end user to not have to deal with this.
or similarly we get similar errors for:
More details:
The text was updated successfully, but these errors were encountered: