01 January 1970 2 7K Report

This feature correlated (cor = 0.4) with our target, however, lasso return no coefficient for any variable.

Our code is like (sklearn)

lassocv2 = LassoCV(cv =features.shape[0], random_state = seed)

lassocv2.fit(features, target)

My data has pasted below.

More Wang Lu's questions See All
Similar questions and discussions