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,744 public repositories matching this topic...

jcwchen
jcwchen commented Jul 26, 2022

Feature Request

System information

ONNX version (you are using): develop

What is the problem that this feature solves?

Increase test coverage for ONNX Hub; Simplify existing download code by using ONNX Hub directly.

Describe the alternatives you have considered

Write additional code to test ONNX

test 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
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
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
brunocous
brunocous commented Sep 2, 2020

I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?

Wikipedia
Wikipedia