Is it possible with AutoML (from H2O) to use only the Word2Vec algorithm and try out different values for the parameters to find out which parameter settings give me the most accurate vectors for my data set? So I don't want AutoML to apply the algorithms DeepLearning, GBM etc. to my dataset. Only the Word2Vec algorithm… How Do I do that?
So far I only managed to build a word2vec model with H2O.
I would like to test different Settings of the hyperparameters of Word2Vec with AutoML to evaluate which Settings are optimal...
exclude_algos
parameter: docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html Also have a look docs.h2o.ai/h2o/latest-stable/h2o-docs/grid-search.html for Hyperparameter optimization in h2o – Jav