-
Updated
Jul 8, 2022 - Python
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 1,289 public repositories matching this topic...
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 9, 2022 - Python
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
We currently have read and write capabilities but do not support deleting. We could add a few calls like delete delete_all and some recursive way of deleting.
-
Updated
Oct 22, 2020 - Python
🚨 🚨 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
-
Updated
Jul 9, 2022 - Python
-
Updated
Nov 17, 2021 - Python
Is your feature request related to a problem? Please describe.
Feast is often hard to install alongside other python packages that use google-cloud-core. Specifically, Feast sets an upper-bound on this library (2.0.0), but the latest version is 2.3.1 and many python packages have a lower-bound of 2.0.0 and above.
Describe the solution you'd like
Remove google-cloud-core fr
-
Updated
Jul 4, 2022 - Python
Contact Details [Optional]
Describe the feature you'd like
When someone uses the zenml secret register --help command, the formatting of the CLI help information comes out wrong with line breaks not really happening. It isn't possible to read the text printed to the terminal as executed within [the register_secret function](https://github.com/zenml-io/zenml/blob/373
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 6, 2022 - Python
https://docs.deepchecks.com/stable/user-guide/vision/data-classes/index.html#what-do-you-need-to-implement
The faulty links are marked in yellow

Feature request
In several places we use multiple dispatch. Right now the types to dispatch on are configured separately. Could we infer the types to dispatch on from Python type hints? That would simplify the code.
Motivation
Instead of:
@dispatch.expectation.register(Gaussian, kernels.Sum, InducingPoints, NoneType, NoneType)
def expectation_gaussian_sum_inducingpoints(
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 6, 2022 - Python
Have a tutorial for dealing with categorical features in a machine learning problem, including the usage of tools inside fklearn.training.transformation.
-
Updated
Jul 5, 2022 - Python
-
Updated
Apr 21, 2020 - Python
In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 3, 2022 - Python
Code improvements
- correcting handling asserts
- replacing
assert conditionwith the pattern
if not condition: raise AssertionError()
- replacing
If it doesn't already exist in the NannyML package (I didn't find it), it would be nice to have a collection of bare-bones functions to predict performance using only a list / array / series of y_pred_proba values.
-
Updated
Oct 29, 2021 - Python
-
Updated
Oct 30, 2021 - Python
- Wikipedia
- Wikipedia
We currently use pylint 2.11.1. This is a bit old so we should upgrade it to the latest version (2.14.4):
https://github.com/mlflow/mlflow/blob/d40780be361f4bd2741c2e8fcbd428c1d693edcf/requirements/lint-requirements.txt#L1