-
I feel like there is a very strong link to kernel methods here. You're basically using a string kernel on the dirty categories. If you'd do PCA of the similarity matrix this would be nearly the same a…
-
Dear developer,
Thank you for developing such a great package. Well, I have one small question when I run the
st.tl.cci.run_cci(data, 'cell_type',
min_spots=3,
…
-
Another configuration to check out on test_pipeline/test_classification::test_configurations_sparse`
[Failing test](https://github.com/automl/auto-sklearn/runs/4446897874?check_suite_focus=true)
…
-
I would like to use my data set with anomaly detection library but I got this error all the time which is in enclosed file.
![pycaret](https://user-images.githubusercontent.com/22149365/98520570-4515…
-
Error installing kernel
Hello, I have a Chuwi herobook air on Mint xfce (kernel 5.4.0-110-generic) and I am having problem with the audio driver.
When trying to run the line
`./make.sh`
report…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [ ] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
用虚拟机编译到最后一直报错,网络环境一直挂的全局
### (2) 路由器型号和固件版本
A:编译的是X86,固件是最新下载的
### (3) 详细日志
…
-
**Describe the bug**
I tried to instantiate and use PHATE object with:
data_phate = phate.PHATE().fit_transform(bmmsc_data)
**To Reproduce**
(https://colab.research.google.com/github/Krishnaswam…
-
I suspect that whenever `y=None` is included in the `transform` method signature (after mandatory `X`), this is done in error. The `y` parameter should be deprecated and eventually removed. It only co…
-
After installing the requirements as instructed I get the following problem:
Regularized.fit() method does not work if "online" in geometry object is set to True
```import anndata
import scanpy…
MUCDK updated
2 years ago
-
It is a bit 'spiky' perhaps... Have you tried using some sort of kernel [PCA](https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html)?
_Originally posted by @maikeju…