>>> xgboostModel = h2o.estimators.xgboost.H2OXGBoostEstimator()
>>> xgboostModel.available()
Cannot build an XGBoost model - no backend found.
FalseHi Roberto,
Can you confirm that you are connecting to a 3.12 H2O cluster by
printing the output from: h2o.cluster().show_status()
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai
>>> h2o.cluster().show_status()
-------------------------- -------------------------------
H2O cluster uptime: 1 hour 48 mins
H2O cluster version: 3.12.0.1
H2O cluster version age: 4 days
H2O cluster name: H2O_from_python_roroesle_iljtg5
H2O cluster total nodes: 1
H2O cluster free memory: 1.697 Gb
H2O cluster total cores: 8
H2O cluster allowed cores: 2
H2O cluster status: locked, healthy
H2O connection url: http://127.0.0.1:54321
H2O connection proxy:
H2O internal security: False
Python version: 3.5.3 final
-------------------------- -------------------------------Roberto,
Thanks for confirming. I will get back to you on this...
-Erin
06-11 20:09:44.168 127.0.0.1:54321 10296 #93302-17 WARN: Cannot initialize XGBoost backend! Xgboost (enabled GPUs) needs:
06-11 20:09:44.168 127.0.0.1:54321 10296 #93302-17 WARN: - CUDA 8.0
06-11 20:09:44.168 127.0.0.1:54321 10296 #93302-17 WARN: XGboost (minimal version) needs:
06-11 20:09:44.168 127.0.0.1:54321 10296 #93302-17 WARN: - no req
06-11 20:09:44.168 127.0.0.1:54321 10296 #93302-17 WARN: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: File lib/xgboost4j.dll was not found inside JAR.
06-12 08:34:40.678 127.0.0.1:54321 10296 #93302-19 WARN: Cannot initialize XGBoost backend! Xgboost (enabled GPUs) needs:
06-12 08:34:40.678 127.0.0.1:54321 10296 #93302-19 WARN: - CUDA 8.0
06-12 08:34:40.678 127.0.0.1:54321 10296 #93302-19 WARN: XGboost (minimal version) needs:
06-12 08:34:40.678 127.0.0.1:54321 10296 #93302-19 WARN: - no req
06-12 08:34:40.678 127.0.0.1:54321 10296 #93302-19 WARN: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: File lib/xgboost4j.dll was not found inside JAR.
Hi Roberto,
Not all platforms are supported (because of binary artifacts we
deliver with h2o.ai). We did the best job we could to make it
compatible with old linux distributions, however, if you have
gcc4.6 and compatible libg++, XGBoost will not link, and H2O will
report that XGBoost is not available.
If you have different specs (and/or if you are running on a
mac), let us know, so we can document the systems which are
lacking support. We will try to make a list of coverage and do
what we can to address the gaps.
-Erin
Ok, you're on Windows, which is why it's not working.
As stated in the "Limitations"
section of the XGBoost page in the H2O User Guide, XGBoost
is not supported on Windows. This will be supported in the future
(not sure when), but you can track the progress here: https://0xdata.atlassian.net/browse/PUBDEV-4581
-Erin
Actually, it looks like it's slated to be fixed in the next fix release of H2O, 3.14.0.3. That could still change, but it's a good sign that we will fix it soon.
-Erin