Eduard Samokhvalov
Eduard Samokhvalov
AutoML progress: |██████████████████████████████▏ | 48% 18:31:52.181: StackedEnsemble_BestOfFamily_5_AutoML_2_20221210_182718 [StackedEnsemble best_of_family_2 (built with AUTO metalearner, using top model from each algorithm type)] failed: water.exceptions.H2OIllegalArgumentException: Failed to find the xval predictions frame. ....
Dear Developers, I've got 28 samples of data, the format is exactly the same, numerical and some categorical columns. It's been working continuously (30 min max time per model) and...
Gents, I'm running the following code to train models from many data files in the directory. It's running for 5 min per model and like this for about 48h now....
Gents, is it possible to run h2o AutoML multithreaded, but so that they share the same server together or at least so that each thread starts it's own server to...
Gents, I'm sorry, still having issues figuring out how to plot 2 lines of different style in HTML. Let's say here's an example. **df** would have different columns. I want...
Guys, this is how I'm drawing my chart in html with blot_bokeh: `df = pd.DataFrame({ headers[p1]: values[p1], headers[p1]+"_MK" : cur2mk[headers[p1]], headers[p2]: values[p2], headers[p2]+"_MK" : cur2mk[headers[p2]], "":zero }) html = df.plot_bokeh(kind="line",colormap=["lightgreen","darkgreen","orange",...
Guys, I've installed a latest experimental version of TimesFm, here're are the conda specs: name: tfm2 channels: - conda-forge - defaults - anaconda dependencies: - jupyterlab - pip - python=3.10...
this model works under windows timesfm-1.0-200m-pytorch but the latest one would throw an exception on the timesfm-2.0-500m I use conda environment, it's the same as the first model, but fails......