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 3,604 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 25, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
[DOC-FIX] Document the maximum value and legal characters for log_param, log_metric and set_tag
URLS with the issue:
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_param
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_metric
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tag
Description of proposal:
Document the maximum value and legal characters for log_param, log_metric and set_tag. Note that log_metric's value i
-
Updated
Jun 29, 2021 - Jupyter Notebook
-
Updated
Nov 21, 2018 - Shell
Remove logging line, or modify from ch.Info
to ch.Trace
:
https://github.com/dotnet/machinelearning/blob/5dbfd8acac0bf798957eea122f1413209cdf07dc/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs#L813
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the Info
level.
I'd recommend just removing the loggin
-
Updated
Jun 9, 2021 - Python
-
Updated
Jul 21, 2021 - C++
-
Updated
Jul 20, 2021
-
Updated
Jul 23, 2021 - C++
-
Updated
Oct 22, 2020 - Python
-
Updated
Jul 25, 2021 - Python
-
Updated
Jul 24, 2021 - C++
-
Updated
Jul 25, 2021 - Python
Describe the Problem
plot_model
currently has the save
argument which can be used to save the plots. It does not provide the functionality to decide where to save the plot and with what name. Right now it saves the plot with predefined names in the current working directory.
Describe the solution you'd like
We can have another argument save_path
which is used whenever the `
-
Updated
May 3, 2021 - Python
🚨 🚨 Feature Request
We need description, citation, license, and version meta info to be added to the dataset.
Is your feature request related to a problem?
Some datasets need this info inside them for legal reasons.
If your feature will improve HUB
Easy to implement, won't hurt for sure.
Description of the possible solution
Currently, we have all metadata store
All available samples code target .Net Core, Do we have samples for .Net Framework ?
-
Updated
Jul 24, 2021 - Python
Pretty neat if documentation can be translated to multiple language, Mandarin, Spanish, Portuguese, Vietnamese, etc.
P1 items, after 1.0 releases
-
Updated
Jul 25, 2021 - C++
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?
-
Updated
Jul 21, 2021 - Jupyter Notebook
ideally this would demonstrate projections, predicates, & tuning options like block size (using the Configuration
parameter)
- Wikipedia
- Wikipedia
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.