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,236 public repositories matching this topic...
-
Updated
Feb 7, 2022 - Jupyter Notebook
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Feb 6, 2022 - Python
-
Updated
Feb 5, 2022 - JavaScript
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?
Thank you for submitting a feature request. Before proceeding, please review MLflow's Issue Policy for feature requests and the MLflow Contributing Guide.
**Please fill in this feature request template to ensure a timely and thorough response.
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.
-
Updated
Dec 14, 2021 - Jupyter Notebook
-
Updated
Nov 21, 2018 - Shell
-
Updated
Jan 3, 2022 - Python
-
Updated
Feb 6, 2022 - Python
Let's make the error message more actionable.
I would recommend adding similar named column(s):
- $"Provided {columnPurpose} column '{columnName}' not found in training data."
+ $"Provided {columnPurpose} column '{columnName}' not found in training -
Updated
Feb 4, 2022
-
Updated
Jan 29, 2022 - C++
-
Updated
Feb 5, 2022 - C++
Metaflow currently supports Py>=3.4 (with limited support for Py2.7) and R>=3.8. The GH tests only test for Py3.7 and R4.1. We should ensure we test on the whole set of permutations.
-
Updated
Oct 22, 2020 - Python
Describe the bug
Unable to read data from a web location using address filed
To Reproduce
from pycaret.datasets import get_data
data = get_data(
"economic_indicators_all_ex_3mo_china_inc_treas3mo",
address="https://raw.githubusercontent.com/ngupta23/DS6373_TimeSeries/2b40f0071c3b7ec6a05dc0106f64e041f8cbaaef/Projects/gdp_prediction/data/",
) Some of the documentation pages from the old docs are still indexed in the search, so it is better to remove them.
Steps
- Remove the ClickHouse file.
Additional rewards
For each contribution, as a way of saying “thank you, MindsDB is offering free swag. For more info check out [
🚨 🚨 Feature Request
If your feature will improve HUB
To explore the structure of a dataset it is convenient to have nicer and more informative prints of dataset objects and samples
Description of the possible solution
1) show ds
now
> ds
Dataset(path='hub://activeloop/abalone_full_dataset', tensors=['length', 'diameter', 'height', 'weight'])-
Updated
Feb 5, 2022 - C++
-
Updated
Nov 17, 2021 - Python
In Ue format string it represent float with comma separator, it crash css style
To fix it you can Round/replace/incluse culture info
samples/csharp/end-to-end-apps/ScalableSentimentAnalysisBlazorWebApp/BlazorSentiment.Client/Shared/HappinessScale.razor
-
Updated
Feb 7, 2022 - Python
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
Feb 6, 2022 - Python
交叉熵损失 API 设计
在oneflow里,交叉熵损失有以下几种:
- binary_cross_entropy_loss
- binary_cross_entropy_with_logits_loss
- sparse_cross_entropy
- distributed_sparse_cross_entropy
- cross_entropy
- sparse_softmax_cross_entropy
- softmax_cross_entropy
在pytorch里,交叉熵损失有以下几种:
- binary_cross_entropy
- binary_cross_entropy_with_logits
- cross_entropy
由此可见,oneflow中交叉熵损失存在API冗余,重复,容易让用户疑惑,因此,这里应该精简一下。除此之外,label smooth
-
Updated
Jan 4, 2022 - Jupyter Notebook
- Wikipedia
- Wikipedia




Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.