Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 21, 2023 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/9ba6f86905a6ab63014153f55f2d3522 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/9ba6f86905a6ab63014153f55f2d3522 to your computer and use it in GitHub Desktop.
import numpy as np
from sklearn.linear_model import Lasso
from sklearn.preprocessing import StandardScaler
from sklearn.model_selection import RandomizedSearchCV as rcv
from sklearn.pipeline import Pipeline
from sklearn.impute import SimpleImputer
import matplotlib.pyplot as plt
from IPython import get_ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment