Andrew Stifora
Results
1
issues of
Andrew Stifora
When going through the example solution for the XGBoost enhancement (4_1_SOLUTION_additional_models_xgboost.ipynb) to the solution I get the following error in cell 19: %%time scored_sdf = test_sdf.with_column('PREDICTION', udf_score_logistic_xgboost_model_vec_cached(*feature_cols)) scored_sdf.write.save_as_table(table_name='CREDIT_RISK_PREPARED_BALANCED_TEST_SCORED', mode='overwrite') When...