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
Currently QDForest can either be created from an adjmat or a parents array. Is this the most optimal ?
We should probably use a scipy.sparse structure or two instead.
This should be tailored to usage:
get_arcs method should be efficient for QDSelectorModel.fit(X)
walk_arcs method should be efficient for QDSelectorModel.predict_qd(X)
The text was updated successfully, but these errors were encountered:
Currently
QDForest
can either be created from anadjmat
or aparents
array. Is this the most optimal ?We should probably use a
scipy.sparse
structure or two instead.This should be tailored to usage:
get_arcs
method should be efficient forQDSelectorModel.fit(X)
walk_arcs
method should be efficient forQDSelectorModel.predict_qd(X)
The text was updated successfully, but these errors were encountered: