-
I notice that there is a version 2.0 of xgboost in the plans, which among other things, is expected to include support for categorical features in the R interface.
Given that this is a major versio…
-
[lintr](https://github.com/jimhester/lintr) is a static code analysis tool for R.
My expectation is that the R code pushed to this repo passes all lintr checks.
This way we spend more time on desig…
-
LightGBM for R has an interface which requires creating a dataset object from an R native type, and passing this custom type to the model training function. The prediction functions then take native R…
-
See https://github.com/antlr/grammars-v4/issues/4291#issuecomment-2437613843
-
**Describe your idea**
We don't currently have any language that encourages design philosophy. This isn't something clearly stated, and we rely on working groups to decide upon entry. Initial sugge…
-
I've looked through several of the Coq formalizations, and one problem I see is the mixing of modules and idioms from different *overlapping* libraries, such as Coq's Stdlib, Coquelicot, and MathComp …
-
In our terraform infrastructure code, gitleaks does find instances like
```
service_key = "something-matching-generic-api-key-rule"
```
but it has been missing the same keys when written as a ter…
-
In IPython notebooks, code cell outputs display any object returned by the last line of code in the block.
In the Jupyter IRkernel, response objects are displayed from each response generating line…
-
The error produced by:
````fsharp
module Applicatives =
open System
type Ap = Ap with
static member inline Invoke (x:'T) : '``Applicative``) x)
static member inline Ret…
-
Edit, disclaimer:
> Our current objective is not to introduce type-unsafe features for inter-contract calls. In Version 1, we will continue to support the existing native import system and may pote…