microsoft
Here are 2,010 public repositories matching this topic...
-
Updated
Dec 15, 2020
-
Updated
Dec 9, 2020
-
Updated
Dec 23, 2020 - C#
Summary
LightGBM supports aliases for most parameter. For example, you can use bagging_fraction or sub_row to say "% of rows sampled during bagging".
The new dask API added in #3515 should be changed to support such aliases for the parameters it references.
See these comments for details on a few parameters that need to be updated to use aliases.
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 22, 2020 - Python
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
-
Updated
Oct 19, 2020 - Jupyter Notebook
When launching the Create project from database dialog from the context menu of a database, the server and database dropdown are already populated, but sometimes the database dropdown is blank for a few second while waiting for the list of databases to load.
It would be nice if th
-
Updated
Dec 9, 2020 - C#
-
Updated
Dec 23, 2020 - C#
Description of Change
Hang or crash macOS App scaling a View to zero.
Issues Resolved
- fixes #8981
API Changes
None
Platforms Affected
- macOS
Behavioral/Visual Changes
None
Before/After Screenshots
Before
Hang in the first case and getting a crash in the second case setting the Scale to zero.
Ater
-
Updated
Dec 21, 2020
Related: dotnet/msbuild#4682 and dotnet/msbuild#5871
In FileUtiliies.cs we have RemoveQuotes and TrimAndStripAnyQuotes. We should consider adding some sort of Ensure-This-Path-Is-Single-Quoted function.
Possible names:
- EnsurePathIsSingleQuoted
- That's all I got!
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 23, 2020 - D
-
Updated
Dec 6, 2020
-
Updated
Dec 16, 2020
-
Updated
Sep 12, 2018
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
- [
-
Updated
Dec 23, 2020 - C#
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?
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
-
Updated
Dec 19, 2020 - C
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."

Given this jsdoc block: