microsoft
Here are 1,879 public repositories matching this topic...
-
Updated
Sep 11, 2020
-
Updated
Aug 25, 2020
-
Updated
Aug 31, 2020 - C#
C:\ProgramData\Anaconda3\lib\site-packages\lightgbm\basic.py:1555: UserWarning: categorical_feature in Dataset is overridden.
New categorical_feature is ['C01', 'C02', 'C03', 'C04', 'C05', 'C06', 'C07', 'C08', 'C09', 'C10', 'C11', 'C12', 'C13', 'C14', 'C15', 'C16', 'C17', 'C18', 'C19', 'C20', 'C21', 'C22', 'C23', 'C24', 'C25', 'C26']
'New categorical_feature is {}'.format(sorted(list(cate
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
Hello,
I run following code in ch 1.11.19(debug),and it will crash by an assertion.
let b = [1.1, 2.2, 3.3];
b[4294967294] = 3;
Array.prototype.copyWithin.call(b, 0, 1);
Crash output:
ASSERTION 7690: (/.../ChakraCore-1.11.19/lib/Runtime/Library/JavascriptArray.cpp, line 9309) direction == -1 || (fromVal + count < MaxArrayLength && toVal + count < MaxArrayLength)
Failure: (d
-
Updated
Sep 11, 2020 - Python
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2020 - C#
Fixes two issues with ListView scroll event ScrollY value that were making it pretty unreliable and buggy.
Original code was commited in this commit
_I'm not 100% sure if there can't be any other situation when the scroll fails to be tracked (maybe some fast scrol
-
Updated
Sep 3, 2020 - C#
We have several errors/warnings that have a URL in the text of the message. After #5488 (thanks, @jmezac!) we'll have a structured way to represent this that will eventually (dotnet/project-system#6335) be used in the Visual Studio UI.
We should use that!
Likely candidates:
$ rg "fwlink|aka\.ms" -g *resx
src\Tasks\Resources\Strings.resx
683: <-
Updated
Sep 11, 2020
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 12, 2018
-
Updated
Sep 11, 2020
-
Updated
Aug 15, 2020
-
Updated
Sep 7, 2020 - D
-
Updated
Sep 12, 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?
Query/Question
Hello, I was reading over the PublishMultipleEventBatches sample for Azure Messaging EventHubs, and noticed what I believe to be a bug. On line 84 when an event is dequeue'd if it fails to add to the batch (eg when the batch is full) i
-
Updated
Sep 5, 2020 - C
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Sep 11, 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."
Issue Type: Bug
git config --global init.defaultBranch main