Skip to content
#

ml

Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.

Here are 4,746 public repositories matching this topic...

jcwchen
jcwchen commented Jul 28, 2022

Feature Request

System information

ONNX version (you are using): 1.12

What is the problem that this feature solves?

It would be great if ONNX Hub can download test_data_set. It will be helpful for testing ONNX Model Zoo.

Describe the feature

Currently users can only download models through ONNX Hub. There is no easy API for them to download the test_data_set from.tar.gz

good first issue enhancement onnx hub
smurching
smurching commented Jul 5, 2022

Willingness to contribute

No. I cannot contribute a documentation fix at this time.

URL(s) with the issue

https://mlflow.org/docs/latest/tracking.html#artifact-stores

Description of proposal (what needs changing)

I wanted to link to what an “MLflow model URI” could be in a design doc, and searched for it in MLflow docs. It looks like we don’t actually describe supported

good first issue area/docs help wanted
chandrevdw31
chandrevdw31 commented Jul 29, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

broken link anchors: Docker & Pypi

https://docs.mindsdb.com/sql/tutorials/customer-churn/

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

For contributors to contribute

help wanted good first issue documentation
chrisxfire
chrisxfire commented Mar 23, 2022

Typo under the description: Returns a containing. Returns a what?

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: d2dc315d-96d7-e54f-6e90-fec6ed09481c
  • Version Independent ID: ab5d0a68-35d6-ef5f-786e-d89e7fee8034
  • Content: [DataFrameColumn.Info Method (Microsoft.Data.Analysis)](https://docs.microsoft.com/e
good first issue up-for-grabs P3
ngupta23
ngupta23 commented Apr 16, 2022

Is your feature request related to a problem? Please describe.
In time series plotting module, lot of plots are customized at the end - template, fig size, etc. Since the same code is repeated in all these plots, maybe this could be modularized and reused.

with fig.batch_update():
    template = _resolve_dict_keys(
        dict_=fig_kwargs, key="template", defaults=fig_default
enhancement good first issue time_series plot_model
metaflow
AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
antonum
antonum commented Jun 28, 2022

Users might have multiple AWS accounts/credentials, stored in .aws/credentials. In the AWS command line or Terraform one can easily specify which one to use at any given time.

aws s3 ls --profile non-default-profile

Or in TF:

provider "aws" {
  profile  = "non-default-profile"
}

Feast today would always use the default profile. A potential workaround involves defini

kind/feature good first issue Community Contribution Needed
SynapseML
mhamilton723
mhamilton723 commented Apr 12, 2022

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior, code snippets encouraged

Expected behavior
A clear and concise description of what you expected to happen.

Info (please complete the following information):

  • SynapseML Version: [e.g. v0.17]
  • Spark Version [e.g. 2.4.3]
  • Spark Platform [e.g. Databric
Wikipedia
Wikipedia