Skip to content
#

automl

Here are 695 public repositories matching this topic...

VishDev12
VishDev12 commented Jun 4, 2022

What happened + What you expected to happen

When initializing a Ray Trainer, we provide a logdir argument, and the __init__ method of the Trainer stores it as a logdir class variable.

Then, when creating a Trainable with Trainer.to_tune_trainable(), it in-turn calls _create_tune_trainable(), which does not use self.logdir. So when tune_function is defined inside `_create_tu

bug good first issue P3 triage
nni
autokeras
EZFRICA
EZFRICA commented Jul 1, 2022

Is there an existing integration?

  • I have searched the existing integrations.

Use Case

This will allow to host the software on a serverless and stateless service. This will facilitate scaling because no critical data will be on the disk of the system running the application.

Motivation

Allow users to save resources and money.

Implementation

No response

Anything e

enhancement help wanted good first issue integration
xmyhhh
xmyhhh commented Jun 27, 2022

The program throws an error at runtime, how can this error be solved?

[ERROR] [2022-06-27 14:13:51,391:asyncio.events] 
Traceback (most recent call last):
  File "/home/xumaoyuan/.virtualenvs/lib/python3.8/site-packages/distributed/utils.py", line 761, in wrapper
    return await func(*args, **kwargs)
  File "/home/xumaoyuan/.virtualenvs/lib/python3.8/site-packages/distributed/clie
featuretools
thehomebrewnerd
thehomebrewnerd commented Jun 28, 2022

In the check_schema_version utility function, there is custom code to determine whether saved schema versions are older or newer than the current schema version. This comparison could likely be simplified significantly by using the packaging library performing the version comparison instead of the custom code.

Current code:

        current = SCHEMA_VERSION.split(".")
        saved = ve
good first issue

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 Jul 9, 2022
  • 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
enhancement help wanted good first issue
igel
nidhaloff
nidhaloff commented May 27, 2021

Hello everyone,

First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!

If you like the project and have any interest in contributing/maintaining it, you can contact me here or send me a msg privately:

PS: You need to be familiar with python and machine learning

help wanted good first issue contribution feature
zenml
strickvl
strickvl commented May 23, 2022

Contact Details [Optional]

[email protected]

Describe the feature you'd like

When someone uses the zenml secret register --help command, the formatting of the CLI help information comes out wrong with line breaks not really happening. It isn't possible to read the text printed to the terminal as executed within [the register_secret function](https://github.com/zenml-io/zenml/blob/373

enhancement good first issue
mljar-supervised
ViacheslavDanilov
ViacheslavDanilov commented May 19, 2022

I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got learner_path in the following format experiments_dir/model_1/100_LightGBM\\learner_fold_0.lightgbm. The last two slashes were incorrectly concatenated with the rest part of the path. In this regard, I would suggest adding something like `l

bug help wanted good first issue

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