Skip to content
#

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...

FirefoxMetzger
FirefoxMetzger commented Sep 2, 2021

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

justinormont
justinormont commented Jan 25, 2021

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

Wikipedia
Wikipedia