Ilya Matiach
Ilya Matiach
@DCameronMauch it looks like this is after loading, when calling transform method. In that case, can you set this parameter on the model after loading the model, before calling transform?...
@DCameronMauch no, there is no way to list, only @mhamilton723 has access to that blob storage, maybe he can help with that. I would recommend to try the saveNativeModel/loadNativeModel APIs...
"So, is it possible to Spark load the old model, then save native? Then inside the code do the load native and patch" Yes, so you can load the old...
@DCameronMauch did you try my suggestion to patch the pipeline? I'm honestly not sure what the typecreator difference is from, could it be the java version the code is compiled...
I wonder if it's possible that it included this PR: https://github.com/Azure/mmlspark/pull/714 at commit 95b7ef006d5cdb77346beb826130dc31239fa1db I don't do the mmlspark releases though so I'm just guessing. Looking at history that's the...
gentle ping @DCameronMauch , just wondering if you are unblocked now?
@sarmientoj24 sorry about the trouble you are having. This looks very strange, because this parameter definitely does exist in lightgbm. I wonder if you somehow have multiple environments installed, or...
@sarmientoj24 very strange, it should just work. What kind of environment/cluster are you running on? Maybe this way doesn't work there? It is possible there are multiple mmlspark versions installed...
@miguelgfierro A couple thoughts: 1.) Using lightgbm as Guolin suggested and measuring the execution time 2.) Using psutil to measure CPU usage on some calculation - or even better, you...