Munu sairamesh

Results 16 comments of Munu sairamesh

@eisber I was looking at your reply for https://github.com/microsoft/SynapseML/issues/1364. I am finding it difficult to understand your statement "> Additionally it depends on the learning algo how the features are...

@imatiach-msft, I run on the cluster. I had tried using mmlspark which was not working and felt outdated. Then I tried using synapseML. I have attached the screenshot which confirms...

Yes, I missed it. I am using now mmlspark:1.0.0-rc4. Thanks @imatiach-msft

I am facing the same above issue for objective "count:poisson" but works fine for the objective function. I am using data bricks environment, importing xgboost as import ml.dmlc.xgboost4j.scala.spark.{XGBoostRegressor}. can anybody...

@trivialfis yes it happens in JVM package. As I am using distributed environment, I have to use JVM based package.

Hi @olgavrou. Is it straightforward to extend the weighted option to cb?

@olgavrou It is a blocker. Currently, we have found some workaround but it would be nice to have this feature implemented. I will like to try to add this feature....

Hi @olgavrou , Sorry for the late reply. I was traveling so the delay. I understood the workaround. Thanks for the help.

@JohnLangford For evaluation, I am splitting the production data (generated using the old model policy) into the train_ data(80%) and test_data (20%). old_model_loss_on_test_data = avg cost of the test_data. I...