-
Even though I have no idea how feasible that is, is there any chance we could get a dark/nightmode pyfa? It's a lot easier on the eyes, even when f.lux is enabled.
-
Regression (_e.g._ linear regression, logistic regression, poisson regression, etc) is a very important in machine learning. Many problems can be formulated in the form of (regularized) regression.
…
-
With Angular 2 coming it looks like immutable objects are going to be desirable as inputs to components. Wondering if having immutable entities is even possible (since breeze is updating them behind …
-
Hi
I find this work very interesting and I've been interesting in applying it to my context where graph networks are popular. for the 3 body interactions is it possible to effectively include "open…
-
A small set of roles has been included in the PROF document as a starting set. That set is:
- constraints
- example
- guidance
- mapping
- schema
- specification
- validation
- vocabulary
…
-
Please share your feedback on this group discussion by replying in this thread. Your contributions are important as we aim to identify gaps in knowledge, pinpoint collaborators who can help us bridge …
-
We should look into adding OpenFGA support See https://openfga.dev/
Some NOTES for myself:
- [ ] We can use [Testcontainers support](https://docs.spring.io/spring-boot/docs/3.2.x/reference/htmls…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-iss…
-
We've talked about this some in person and on Slack. This issue is just trying to capture some of what we've discussed, with no strong organization.
Currently, when a saved notebook is re-opened, S…
-
It would be nice to have Filesizes in TOML.
```
test = 1MB # Results in 1.000 * 1.000 = 1.000.000
test2 = 1MiB # Results in 1.024 * 1.024 = 1.048.576
```
Things like max Filesize etc. are used in…