Questions tagged [scikit-learn-pipeline]

92 questions
0
votes
0 answers

How to use Early Stopping with KerasRegressor in gridsearch (withing sklearn pipeline)?

I used KerasRegressor within a sklearn pipeline and used GridSearchCV for hyperparam tuning. Now I want to add early stopping however I couldn't find a way. I read few older posts and no success. My code is the following which works without error…
-5
votes
1 answer

MACHINE LEARNING MODEL (PYTHON SCI-KIT LEARN) NO CONVERGEANCE ON SAMPLE DATASET

I am doing a Masters in Construction and Real Estate Management. My topic is about scheduling and how to predict the duration of an activity in a new project using historical data. I learned most of my knowledge through Code Academy and I am now in…
1 2 3 4 5 6
7