microsoft
Here are 2,212 public repositories matching this topic...
-
Updated
May 14, 2021
-
Updated
May 4, 2021
-
Updated
May 14, 2021 - C#
Description
Building the R package with CMake-based installation (https://github.com/microsoft/LightGBM/blob/master/R-package/README.md#install) and gcc (or MINGW on Windows results in the following compiler warnings:
/private/var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T/Rtmp7sAM9p/R.INSTALL71b1ac713c8/lightgbm/src/src/lightgbm_R.cpp:722:41: warning: cast between incompa
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 7, 2021 - TypeScript
-
Updated
May 13, 2021 - Python
-
Updated
May 14, 2021 - C#
- Source
JsPointerToString(NULL, 0, &str);-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
-
Updated
Mar 12, 2021 - Jupyter Notebook
Right now, the validation error message is in the Example Usage box, which is what SSDT does

There's support for validation for input boxes, so it would be nicer for the error message to show up with the associated input box like this:
. 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
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 9, 2021 - D
-
Updated
May 9, 2021
-
Updated
May 7, 2021
The getDataObject function is remaining public on RootDataObject that needs to be remove. It can simply be removed.
-
Updated
Sep 12, 2018
-
Updated
May 11, 2021 - C
-
Updated
May 14, 2021 - C#
Summary
The Event Hubs client library is instrumented using the .NET EventSource mechanism for logging. When instrumenting or diagnosing issues with applications that consume the library, it is often helpful to have access to the Event Hubs logs.
Though EventSource instrumentation is
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?
Improve this page
Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."