SoulEvill
SoulEvill
I am not seeing sample_weight available in Explainable Boosting Machine, is there any easy way to implement this? any direction would be really appreciated, thanks a lot!
First of all, thank you so much for releasing the Parametric UMAP it works like dream. now I am able to project the unseen data in just a sec and...
Currently, I am testing the Parametric UMAP on the GPU and I was expecting the performance lift compare to CPU performance. But it does seem like the run time is...
Question moved from the discussion board **Describe the bug(问题描述)** Error when using predict function from a saved model. **To Reproduce(复现步骤)** Steps to reproduce the behavior: 1. Following run_classification_criteo.py example (https://github.com/shenweichen/DeepCTR-Torch/blob/master/examples/run_classification_criteo.py)...
### Discussed in https://github.com/shenweichen/DeepCTR-Torch/discussions/197 Originally posted by **SoulEvill** July 30, 2021 首先非常感谢这个deepctr torch这个package 可以非常快速的试各种model 但是我在读取train好的model 使用predict这个function会报错 **Operating environment(运行环境):** python version 3.8.8 torch version 1.8.1 deepctr-torch version 0.2.7 请您参考Issue: Bug report模板给出复现环境及步骤:...
Can we add a parameter like threshold or limit, if distance is above the threshold then just stop calculation and return? if would be really helpful in some cases, where...
Hi there, I am trying to compare two documents and hope to leverage gpt_index, any ideas on how to implement such functionality? thanks a lot!
I am serving couple of lcel chain defined endpoint through langserve and I've configued to turn on the langsmith logging. it works great, but there is particular endpoint was just...
I have different folder structure that I cannot have server.py under app folder. so when I use langchain serve - it will throw error: "ERROR: Error loading ASGI app. Could...