OrthogonalMatchingPursuit# class sklearn.linear_model.OrthogonalMatchingPursuit(*, n_nonzero_coefs=None, tol=None, fit_intercept=True, precompute='auto')[source]# Orthogonal Matching Pursuit model (OMP). Read more in the User Guide. Parameters: n_nonzero_coefsint, default=NoneDesired number of non-zero entries in the solution. Ignored if tol is set. When None and tol is also None, this value is ei