Michaël Zasso

Results 1686 comments of Michaël Zasso

From https://github.com/nodejs/build/pull/3085: # macOS update status ## Updated to Java 17 - release-nearform-macos10.15-x64-1 - release-nearform-macos11.0-arm64-1 - release-orka-macos10.15-x64-1 - test-nearform-macos10.15-x64-1 - test-nearform-macos10.15-x64-2 - test-nearform-macos11.0-arm64-1 - test-orka-macos10.14-x64-1 - test-orka-macos10.14-x64-2 - test-orka-macos10.14-x64-3 -...

@thetutlage We still hope that you can review/merge this one day.

https://chromium-review.googlesource.com/c/v8/v8/+/4026402

The explained variance is related to the principal components, not the original features.

Hello, do you have an example dataset that shows the issue?

As discussed today, yes if we want to implement it, it should be here

Isn't it a bug in `ng build` if it removes a method that is actually used by the code?

Pull requests are welcome. If you can point us to a general algorithm to compute it whatever the number of dimensions, we could also maybe implement it.

What do you expect as a result with this edge case? There are infinite solutions that fulfill the input data.

I think it works in MLR because the `intercept` option is `true` by default. Unfortunately, I don't remember exactly what it means and how it could translate to SLR.