-
Updated
Jan 22, 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 5,760 public repositories matching this topic...
-
Updated
Apr 5, 2021
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Oct 16, 2020 - Jupyter Notebook
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
bitmap/bit array
-
Updated
May 4, 2021 - TypeScript
-
Updated
May 1, 2021 - Python
-
Updated
Mar 3, 2021 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Mar 4, 2020 - MATLAB
-
Updated
Apr 2, 2021
Today, I can manipulate ListDtype columns and execute operations like segmented sort and unique. Because these operations do not have cross-row (or cross-partition) dependencies, they can be executed in Dask by passing a lambda function to map_partitions
.
It would be nice to expose the list
accessor on dask-cuDF objects like we do for other accessors. As this is not supported by pandas, per
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Apr 27, 2021 - Jupyter Notebook
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't
[BUG] Typo in UMAP
Describe the bug
Not a proper bug. The UMAP implementation has a typo in the target_weights
argument, where the original UMAP uses target_weight
. This creates issues of compatibility when working with both libraries.
Steps/Code to reproduce bug
from cuml import UMAP
mapper = UMAP(n_neighbors=15, n_components=2, target_weights=0.5)
# no error here
mapper2 = UMAP(n_neigh
-
Updated
Sep 9, 2020 - JavaScript
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
Apr 20, 2021 - Python
-
Updated
Apr 7, 2021 - Jupyter Notebook
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
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
Nov 28, 2020 - C
-
Updated
Apr 9, 2021
-
Updated
Mar 14, 2020 - Python
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 24, 2021 - Python
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist