Open Sciroccogti opened 11 months ago
Sorry for late reply @Sciroccogti , you are right the available options are
direct
for using a standard direct solver defined here https://github.com/facebookresearch/RidgeSketch/blob/1073b4da0423b28093ab9dd5ac41939b187b8660/ridge_sketch.py#L341cg
for the conjugate gradient method defined here https://github.com/facebookresearch/RidgeSketch/blob/1073b4da0423b28093ab9dd5ac41939b187b8660/ridge_sketch.py#L575"subsample", "coordinate descent", "gaussian", "count", "subcount", "hadamard"
which are referring to the name of the sketch method used in the ridgesketch algorithmI will clarify the documentation.
In the comment of
class RidgeSketch
, "ridgesketch" is listed as an option, but in fact it is not implemented.Currently available solver seems to be: