-
I was in the middle of fault finding a bug somewhere in Json when I encountered a segmentation fault. I coped it into this [gist](https://gist.github.com/lukewilliamboswell/424eead4b222ff70c88796658d4…
-
# setup
- use a macOS 13.4.1 M1 (arm64) macbook air
- install roc via `nix profile install github:roc-lang/roc/dc37b7a31d4fa2014ec159eda1d51c27832ddca6`
- make the following `main.roc` file:
`…
-
### Describe the workflow you want to enable
Hello,
I would like to suggest the following improvements:
- [x] (1) Add x and y axis limit: [0, 1], in sklearn axes currently start at ~-0.1 (#26…
-
在研究您的代码之后,您在对数据进行预处理时使用 val_df = norm_feature.iloc[int(0.6*len(data)):int(train_split*len(data))],但是您定义时train_split =0.6,也就是说您并没有为验证数据集分配任何数据。在训练模型的时候您也并没有使用val_loader来对模型性能进行评估,而是直接使用test_loader来选择te…
-
It is connected to issue #28.
While for `rolh` and `roll` access modes not-latching event was fixed in #37, this problem still exists for `roc`. If `roll/rolh` could be compared to their latched v…
-
I have the following pipewire config which works with another pipewire instance, but doesn't work with roc-droid (I only hear awful noises):
```
{
"context.modules": [
{
"args": {
…
-
This only happens with the basic-cli args example, not with the similar args example in the roc repo.
```
RUST_BACKTRACE=1 ./target/release/roc build --linker=legacy /home/username/gitrepos/basic-cl…
-
## Read and complete the full issue template
Do not randomly delete sections. They are here for a reason.
**Do you want to request a *feature* or report a *bug*?**
- [x] Bug
- [ ] Feature
- […
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Operating system
- [x] Linux
- [ ] Mac
- [ ] Windows
### Operating system version
For example one of the fol…
-
Hi @CamDavidsonPilon,
is it possible to use any lifelines-generated results to plot a ROC curves? Anything from Cox model?
Thanks for help, I'm still new to survival analysis and lifelines