Skip to content
#

h2o

Here are 150 public repositories matching this topic...

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jun 15, 2020
  • Jupyter Notebook
jrhemstad
jrhemstad commented Jul 10, 2019

Is your feature request related to a problem? Please describe.
According to the Arrow spec:

Bitmaps are to be initialized to be all unset at allocation time (this includes padding).

This would imply that bits outside the range [0, size) should always be zero. However, in cuDF/libcudf, we take a more conservative approach and say that bits outside [0,size) are undefined in order to a

zdong1
zdong1 commented Jun 21, 2018

In tutorial h2o-tutorials/h2o-open-tour-2016/chicago/intro-to-h2o.R:
When I run data <- h2o.importFile(loan_csv), it would not import the data, instead, it returns:
https://raw.githubusercontent.com/h2oai/app-consumer-loan/master/data/loan.csv failed to importError in h2o.importFolder(path, pattern = "", destination_frame = destination_frame, : all files failed to import

I am using

awesome-gradient-boosting-papers

This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.

  • Updated Apr 23, 2020
  • Java
dvorka
dvorka commented Sep 21, 2018

In order to successfully install examples using Docker I did the following changes:

  • There seems to be missing step which clones mli-resources GitHub repository. Perhaps RUN git clone https://github.com/h2oai/mli-resources.git should be added to Dockerfile (I cloned repo manually).
  • Jupyter refuses to start under root - consider adding --allow-root parameter: `docker run -i -t -p 888
RemixAutoML
karlschriek
karlschriek commented Feb 21, 2019

TensorFlow Serving client-side capabilities are currently not very clearly documented. We should aim to create an implementation that simplifies interacting with the REST or gRPC APIs for actions such as get_model_status, get_model_meta_data, hot_reload_model_config, predict and so forth.

This should go under mercury_ml.tensorflow.serving.

ianozsvald
ianozsvald commented Aug 16, 2018

Hi Tom. I had skutil tagged for a while to try your SafeLabelEncoder. I finally got to try to install it today and after a few minutes tracking dependencies backwards in conda (getting openjdk installed for h20), I jumped to your github page and saw that this module was deprecated.

Can I suggest you added a headline note at https://www.alkaline-ml.com/skutil/index.html saying the same, and

Improve this page

Add a description, image, and links to the h2o topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the h2o topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.