zaminfluence icon indicating copy to clipboard operation
zaminfluence copied to clipboard

Error in regularize.values(x, y, ties, missing(ties)) : (converted from warning) collapsing to unique 'x' values

Open rgiordan opened this issue 3 years ago • 0 comments

The new GetInferenceSignals sometimes throws the following harmless error due to our use of approx with possibly very small influence scores:

  (converted from warning) collapsing to unique 'x' values

It would be better to roll our own and avoid the use of approx entirely.

rgiordan avatar Oct 13 '21 20:10 rgiordan