Skip to content
#

automl

Here are 601 public repositories matching this topic...

nni
autokeras
featuretools
gsheni
gsheni commented Sep 9, 2021
  • With Featuretools 1.0.0 we add a dataframe to an EntitySet with the following:
es = ft.EntitySet('new_es')

es.add_dataframe(dataframe=orders_df,
                 dataframe_name='orders',
                 index='order_id',
                 time_index='order_date')

Improvement

  • However, you could also change the EntitySet setter to add it with this approach:
es = ft.Ent

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Nov 19, 2021
  • Jupyter Notebook
ZoranPandovski
ZoranPandovski commented Nov 15, 2021

In the deployment docs, we have the old version of the GUI https://docs.mindsdb.com/deployment/cloud/. It should be changed with the new version(>=2.5) available on our cloud.

Steps 🕵️‍♂️ 🕵️‍♀️

jankrynauw
jankrynauw commented Jun 6, 2019

We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction belongs to. Here is an example of predictions output using the tensorflow.contrib.estimator.multi_class_head:

{"classes": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
 "scores": [0.068196

Improve this page

Add a description, image, and links to the automl 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 automl topic, visit your repo's landing page and select "manage topics."

Learn more