Use the official baseline code to adjust the following parameters:
numeric_transformer = Pipeline(steps=[ ("imputer", SimpleImputer(strategy="most_frequent")), ("scaler", StandardScaler())])
change median to most_frequent
enet = ElasticNet(alpha=1.0, l1_ratio=0.3, random_state=42)
change alpha from 0.05 to 1.0,and change l1_ratio from 0.1 to 0.3
More other game information can follow my WeChat official account