-
-
I'm trying to visualize a decision tree. The interpretable ML book has a nice visualization for it:
```R
library("partykit")
set.seed(42)
n = 100
dat_sim = data.frame(feature_x1 = rep(c(3,3,4,4…
-
phoenix live view is dope.
- can we deploy liveview directly on to partykit?
- can we build a "liveview, but in js"?
- what happens if react's server components were built for push instead of pull…
-
see: https://discord.com/channels/1051830863576453180/1104146566303977553/1156004671186534473
our `@axiomhq/js` library currently does this:
```ts
// The browsers don't have process.env, fake it
…
-
I've been having a tough time figuring this out. On coderealtime.com I am seeing an issue where the AI chatbot connection appears to stop responding after a period of time.
Curious if anyone is see…
-
Hello, it's me again 😆
I've learned a bit and continued down the rabbit hole of this question since I initially talked to some of the team working on Calls.
This stuff is a lot of work. Lookin…
-
Hello,
I used the "rpart" library and fit a decision tree using some data:
#from a previous question : https://stackoverflow.com/questions/65678552/r-changing-plot-sizes
```
library(rpa…
-
I'm able to use fireproof v0.19 + partykit with the IIFE builds, however I have another app which is a react app, and upgrading it to v0.19 fails with the following:
```
pnpm build
> fireplace-…
-
### How can we reproduce the crash?
This only happened once, and I'm unable to reproduce this. Hopefully the stack trace is helpful.
### JavaScript/TypeScript code that reproduces the crash?
_No re…
-
Being able to gauge the popularity of a package can help when making judgement calls around whether a collision is acceptable.
### Example
If search CRAN packages for functions named 'present'
…