-
Updated
Sep 4, 2021
algorithms
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 17,454 public repositories matching this topic...
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Sep 3, 2021 - Java
-
Updated
Aug 30, 2021
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Sep 4, 2021 - Java
-
Updated
Sep 3, 2021 - Java
-
Updated
Jul 27, 2021 - Java
-
Updated
Aug 21, 2021 - Swift
-
Updated
Aug 2, 2021
-
Updated
Sep 3, 2021 - Go
-
Updated
Sep 3, 2021 - Python
-
Updated
May 3, 2020
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Aug 28, 2021 - Java
bitmap/bit array
-
Updated
Apr 30, 2021 - Java
-
Updated
Aug 30, 2021 - Java
-
Updated
Aug 10, 2021
DOC: OptimizeResult Notes are placed before attribute section, but refers to them as if placed after
This is a minor issue, and I wonder if it isn't a bug in either numpydoc or sphinx.
The docstring of OptimizeResult
correctly contains the Notes
section at the bottom and states There may be additional attributes not listed above[...]
. However, in the rendered docs the Notes
section is actually placed before the other sections making the reference a bit strange (the attributes are lis
-
Updated
Sep 3, 2021
-
Updated
Dec 10, 2020 - Java
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Aug 16, 2021 - Python
Remove logging line, or modify from ch.Info
to ch.Trace
:
https://github.com/dotnet/machinelearning/blob/5dbfd8acac0bf798957eea122f1413209cdf07dc/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs#L813
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the Info
level.
I'd recommend just removing the loggin
-
Updated
Sep 4, 2021 - Java
-
Updated
Aug 4, 2021 - C#
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 4, 2021 - Go
- Wikipedia
- Wikipedia
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist