-
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 5,882 public repositories matching this topic...
-
Updated
Apr 5, 2021
-
Updated
May 23, 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 31, 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
Describe the bug
Integer columns that are enclosed in quotes are not correctly inferred as integer columns.
Steps/Code to reproduce bug
import cudf
import pandas as pd
from io import StringIO
from cudf.tests.utils import assert_eq
buffer = '"intcol","stringcol"\n"1","some string"\n"2","some other string"'
pd_df = pd.read_csv(StringIO(buffer))
cu_df = cudf.read_csv(String
-
Updated
Oct 19, 2020 - Jupyter Notebook
-
Updated
Apr 27, 2021 - Jupyter Notebook
Hello everyone,
First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!
Due to my actual schedule, I'm very busy and I will not find much time to work fully (100%) on my open-source projects in the meantime.
I would like this project to continue improving, so I would be accepting maintainer(s) that would help mo
[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
May 5, 2021 - Python
-
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 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
May 23, 2021
-
Updated
Nov 28, 2020 - C
-
Updated
Mar 14, 2020 - Python
-
Updated
May 30, 2021 - Python
-
Updated
May 31, 2021 - Python
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist