Skip to content
#

automl

Here are 388 public repositories matching this topic...

rkooo567
rkooo567 commented Dec 4, 2020

What is the problem?

By our metrics naming convention, all units are anyway supposed to be appended to the metrics name. We shouldn't allow to specify this in the core backend.

cc @edoakes

Reproduction (REQUIRED)

Please provide a script that can be run to reproduce the issue. The script sh

nni
autokeras
featuretools
CJStadler
CJStadler commented Jul 23, 2019

For example, if there is a relationship transaction.session_id -> sessions.id and we are calculating a feature transactions: sessions.SUM(transactions.value) any rows for which there is no corresponding session should be given the default value of 0 instead of NaN.

Of course this should not normally occur, but when it does it seems more reasonable to use the default_value.

`DirectF

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 Dec 7, 2020
  • Jupyter Notebook
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
igel
evelynmitchell
evelynmitchell commented Oct 9, 2020

https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.

readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif

The sphinx build needs to point to the asset directory, absolutely:

.. image:: /assets/igel-help.gif

I haven't made a patch, because I haven't

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

You can’t perform that action at this time.