-
Updated
May 23, 2021
machine-learning-algorithms
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 6,235 public repositories matching this topic...
-
Updated
Apr 5, 2021
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Aug 19, 2021 - Python
bitmap/bit array
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
May 1, 2021 - Python
-
Updated
Aug 1, 2021 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Mar 4, 2020 - MATLAB
-
Updated
Apr 2, 2021
Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)
Steps/Code to reproduce bug
data = cudf.Series([-0.43, 0.1234, 1.5, -1.31])
data.clip(0, 1)
...
File "cudf/_lib/replace.pyx", line 216, in cudf._lib.replace.clip
File "cudf/_lib/replace.pyx", line 198, in cudf._lib.replace.clamp
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Apr 27, 2021 - Jupyter Notebook
Description
I'm the creator and only maintainer of the project at the moment. I'm working on adding new features and thus I would like to let this issue open for newcomers who want to contribute to the project.
Basically, I wrote the cli using argparse since it is part of the standard language already. However, I'm starting to rethin
Report needed documentation
Report needed documentation
While the estimator guide offers a great breakdown of how to use many of the tools in api_context_managers.py
, it would be helpful to have information right in the docstring during development to more easily understand what is actually going on in each of the provided functions/classes/methods. This is particularly important for
-
Updated
Jun 6, 2021 - Python
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Jul 18, 2021 - Python
-
Updated
Oct 26, 2020 - HTML
KMeans question
Hi, Thanks for the awesome library!
So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).
I conceptually
-
Updated
Aug 12, 2021
-
Updated
Mar 14, 2020 - Python
-
Updated
Nov 28, 2020 - C
-
Updated
Aug 8, 2021 - Python
- Wikipedia
- Wikipedia
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist