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,355 public repositories matching this topic...
-
Updated
Apr 20, 2021 - Jupyter Notebook
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 18, 2021 - Python
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?
/kind feature
This is a sub-issue from #5494.
We need to remove any f"strings" from the backend of the Jupyter web app in order to be able to use lower versions from Python 3.6 to run it.
/good-first-issue
-
Updated
May 7, 2021 - Jupyter Notebook
[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
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
May 17, 2021 - Python
-
Updated
May 18, 2021 - C++
-
Updated
May 19, 2021 - C++
-
Updated
Oct 22, 2020 - Python
-
Updated
May 14, 2021
-
Updated
May 19, 2021 - Python
-
Updated
May 18, 2021 - Python
-
Updated
May 18, 2021 - C++
-
Updated
May 3, 2021 - Python
How do I get TOP-K evaluation indicators for multi-classification? For example, TOP-3 accuracy.
How do I get TOP-K evaluation indicators for multi-classification? For example, TOP-3 accuracy.
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak
All available samples code target .Net Core, Do we have samples for .Net Framework ?
-
Updated
May 18, 2021 - Python
-
Updated
May 19, 2021 - Python
-
Updated
May 19, 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?
Right now they only cast underlying SCollection, which might not work for mixing SCollections of ADTs.
https://github.com/spotify/scio/blob/main/scio-core/src/main/scala/com/spotify/scio/values/SCollection.scala#L294
https://spotify-foss.slack.com/archives/C015189TFDH/p1620769273059800
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
- Wikipedia
- Wikipedia


Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information