The Wayback Machine - https://web.archive.org/web/20220629201444/https://github.com/topics/automl
Skip to content
#

automl

Here are 687 public repositories matching this topic...

VeronikaPolakova
VeronikaPolakova commented Jun 15, 2022

Reporters do not apply sort_by_metric if metric is passed through tune.run.

I tried to pass metric argument to CLIReporter, however, I obtained this error:

raise ValueError(
                "You passed a `metric` or `mode` argument to `tune.run()`, but "
                "the reporter you are using was already instantiated with their "
                "own `metric` and `mode
bug good first issue tune P2
nni
autokeras
chandrevdw31
chandrevdw31 commented Jun 6, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Local Databases require to run a Ngrok tunnel to establish a connection when integrating databases to MindsDB

Describe the solution you'd like.

Include a description of using Ngrok Tunnel for local databases in the SQL API/CREATE/DATABASE do

help wanted good first issue documentation
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 Jun 29, 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]

support@zenml.io

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
LeavesWang
LeavesWang commented Apr 13, 2022

When I set "split_type" as GroupKFold, then use fit() with setting "groups", I got the issue: AttributeError: 'GroupKFold' object has no attribute 'groups' and

ml.py:460, in evaluate_model_CV(config, estimator, X_train_all, y_train_all, budget, kf, task, eval_metric, best_val_loss, log_training_metric, fit_kwargs)
458 kf = kf.split(X_train_split, y_train_split)
459 elif is

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