Vardaan Kishore Kumar
Vardaan Kishore Kumar
Hi all, I am running the following config on Databricks Scala: 2.12 Spark: 3.1.2 I installed the following jars for mmlspark in Databricks: - mmlspark-1.0.0-rc4.jar - mmlspark-core-1.0.0-rc4.jar - mmlspark-lightgbm-1.0.0-rc4.jar When...
Does the predict_survival function predict from the beginning of the employee's tenure or do it automatically subtract the time observed till now. I am trying to find something similar to...
Hi all, I get the following issue when running the following code ``` shap_elimination = ShapRFECV( clf=search, step=0.2, cv=5, scoring='neg_log_loss', n_jobs=-1,verbose=100,random_state=44) report = shap_elimination.fit(x_train, y_train['total_attrition'],columns_to_keep=columns_to_keep_rn) ``` This is the traceback...
Hello , I am currently trying to model a Marketing Multi-Channel Attribution. All the articles and the packages I have come across use a special "start" state and the removal...
In the mode set up there are three modes: But it does not do anything different each of the modes. As far as my understanding goes it should take only...