You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my ML project I need a word2vec model combined to a multiclassification model. I found the implementation of word2vec model in Microsoft.Spark very useful with good performance. But, when I have to implement the classification model I have to use LightGBM of ML.net. I found different examples where methods of ML.net are used to provide predictions creating a spark session (see for example this tutorial https://docs.microsoft.com/en-us/dotnet/spark/tutorials/ml-sentiment-analysis). My question is, is it possible also to train the LightGBM model using the engine of Spark?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For my ML project I need a word2vec model combined to a multiclassification model. I found the implementation of word2vec model in Microsoft.Spark very useful with good performance. But, when I have to implement the classification model I have to use LightGBM of ML.net. I found different examples where methods of ML.net are used to provide predictions creating a spark session (see for example this tutorial https://docs.microsoft.com/en-us/dotnet/spark/tutorials/ml-sentiment-analysis). My question is, is it possible also to train the LightGBM model using the engine of Spark?
Beta Was this translation helpful? Give feedback.
All reactions