Is there a way to avoid polynomial regularisation with weight matrices ?
RomanLF opened this issue · 2 comments
RomanLF commented
Hello Trever,
I read your documentation but I did not find an option to discard polynolmial regularisation with the use of weight_matrix
function. Did I miss an option to do so ?
Best regards,
Roman
treverhines commented
Sorry for not responding. If you set order=-1
(or set it to any negative number) then no polynomial terms would be used when computing the weight matrix.
RomanLF commented
Thank for your answer !