automl
Here are 433 public repositories matching this topic...
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Jan 12, 2021 - Python
Feature Description
We want to enable the users to specify the value ranges for any argument in the blocks.
The following code example shows a typical use case.
The users can specify the number of units in a DenseBlock to be either 10 or 20.
Code Example
import auBug/Feature Request Description
In [1]: import featuretools as ft
In [2]: es = ft.demo.load_mock_customer(return_entityset=True)
In [3]: import pandas as pd
with the Power Transformer.
-
Updated
Feb 14, 2021 - Jupyter Notebook
-
Updated
Feb 9, 2021 - Jupyter Notebook
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
-
Updated
Feb 14, 2021 - Python
-
Updated
Jan 3, 2021 - Python
Issue
I am getting a segmentation fault when running the following import statement
from autogluon.tabular import TabularPredictionand segmentation fault: 11 when running
from autogluon.text import TextPredictionI am using a recent branch of autogluon, installed in a clean virtual environment: autogluon version 0.0.16b20210120
Environment
-
Updated
Feb 5, 2021
-
Updated
Jan 15, 2021 - Python
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
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Dec 14, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Feb 6, 2021
-
Updated
Feb 10, 2021 - Python
-
Updated
Nov 11, 2019 - Jupyter Notebook
-
Updated
Apr 11, 2020 - Python
-
Updated
May 8, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 7, 2021 - Python
-
Updated
Feb 12, 2021 - Python
Improve this page
Add a description, image, and links to the automl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automl topic, visit your repo's landing page and select "manage topics."
What is the problem?