spark-sklearn
spark-sklearn copied to clipboard
AttributeError: 'KeyedEstimator' object has no attribute '_input_kwargs'
When I was using the function 'KeyedEstimator(sklearnEstimator=LinearRegression(), yCol="y")', a error as the title occured. The verison of sklearn (0.19.2) meets the requirements. So why? Thank you.