Skip to content
#

microsoft

Here are 2,123 public repositories matching this topic...

LightGBM
jameslamb
jameslamb commented Mar 1, 2021

Summary

For every image in LightGBM's documentation, alternative text that describes the image should be added.

Motivation

People with limited vision use screen readers to view web pages. When these screen readers encounter an image, they will only read some placeholder like "IMAGE" by default. However, if the "alt" tag is specified,

dzsquared
dzsquared commented Mar 8, 2021

For a user to be able to navigate the OE tree or look at another application while writing a new object/table/procedure name in SQL database projects, the input box needs to remain open on alternative focus.
the ignoreFocusOut: true property would allow the user more flexibility in writing the name
https://code.visualstudio.com/api/references/vscode-api#QuickInput

msbuild
omajid
omajid commented Jan 28, 2021

Issue Description

msbuild's code is open source under the MIT license. This allows anyone to examine, modify and distribute the sources (among other things). However, the source code repository includes a documentation file that has a "Microsoft Confidential" notice:

https://github.com/dotnet/msbuild/blob/master/src/Shared/Shared%20Code.doc

I suspect this is a mistake since there i

ChumpChief
ChumpChief commented Dec 14, 2020

With #4556 we now have localized eventing on subdirectories ("containedValueChanged"). We should consider using these events in our examples where we currently do path inspection on the "valueChanged" event.

Based on a quick search, looks like the following might benefit:

  • examples\data-objects\primitives\src\main.tsx
  • examples\data-objects\todo\src\TextList\TextListView.tsx
  • [
mmlspark
brunocous
brunocous commented Sep 2, 2020

I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?

azure-sdk-for-net

Improve this page

Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."

Learn more