- 2693 Views
- 3 replies
- 3 kudos
the following code...from sparkdl.xgboost import XgboostRegressorfrom pyspark.ml import Pipelineparams = {"n_estimators": 100, "learning_rate": 0.1, "max_depth": 4, "random_state": 42, "missing": 0}xgboost = XgboostRegressor(**params)pipeline = Pipel...
- 2693 Views
- 3 replies
- 3 kudos
Latest Reply
You need to choose the runtime for ML instead of the standard.
2 More Replies
- 6699 Views
- 4 replies
- 2 kudos
Should I pip install xgboost==1.4.2. (the last version it worked) or is there a better way to solve it having in mind that this solution might cause problems later if this version of xgboost is not supported on future python versions.
- 6699 Views
- 4 replies
- 2 kudos
Latest Reply
Hi, @Kaniz Fatma​. No, I have found a solution. Needed to retrain models using new version of xgboost.
3 More Replies