-
So far the only thing that's been implemented is a bunch of tools to generate Theano expressions for neural nets. There is no actual training code in the library yet.
We should provide some premade '…
-
This issue is not meant to be very practical, just a place to share my thoughts.
I believe `feature_importances_` should have been designed as `get_feature_importances()` (which is, perhaps, funny …
-
After CUML random forest is fitted, one can use the explainer to get Shapley:
https://docs.rapids.ai/api/cuml/stable/api.html#cuml.explainer.PermutationExplainer
As:
```
from cuml.ex…
-
### 🐛 Describe the bug
The input matrix is dumped from https://www.vision.huji.ac.il/SpectralMatting/ octave code, and represents a matting laplacian matrix - very ill-conditioned, has 9 nonzero en…
-
I am trying to run the example JSON using singularity and the job keeps getting stuck without a clear error message. This is the command I'm running:
```
echo "source /broad/software/scripts/useus…
-
### Description
I tried to use wandb sweep to tune the hyperparameters in skorch and perform the visulization but I didn't get any result.
### What I Did
My code is :
```
# Load libraries
…
-
感谢大佬分享!
本人跑代码中的短文本时,结果和你发的一样,然后我就用模型跑长文本,还是THUCNews数据集,用的数据是:https://github.com/gaussic/text-classification-cnn-rnn中用到的数据,下载链接: https://pan.baidu.com/s/1hugrfRu 密码: qfud
pad_size设置成600或1000都不行,日志如…
-
version: 2.3.2
```
[LightGBM] [Fatal] Bug in GPU histogram! split 11937: 12, smaller_leaf: 10245, larger_leaf: 1704
Traceback (most recent call last):
File "lgb_prefit_4ff5fa97-86b3-420c-aa8…
-
A quick example of RAG application with Streamlit
```py
# สร้าง retriever
import streamlit as st
import chromadb
import os
from llama_index.core import Settings
from llama_index.llms.openai i…
-
### Please make sure these conditions are met
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of scanpy.
- [ ] (op…