CharlieGuo
CharlieGuo
> Cleanlab requires at least 1 example in every class, otherwise there is nothing to train on. > > Dealing with inputs like yours is on the road map, but...
Thanks for your answer. I can understand this as I notice `MIN_NUM_PER_CLASS = 5` is defined in pruning.py to guarantee this. I found another problem that might happen if I...
Hi @cgnorthcutt ! Following is a simple example. Hope it would help you. Here is when we do not set `thresholds` manually, the function `confusion_matrix` would run successfully. ``` from...
> @你好,你是按照[https://github.com/chxuan/vimplus/blob/master/compile_ycm.md这个教程来安装的吗?一般报这种错基本都是ycm安装的问题,你用我提供的ycm来编译试试。](https://github.com/chxuan/vimplus/blob/master/compile_ycm.md%E8%BF%99%E4%B8%AA%E6%95%99%E7%A8%8B%E6%9D%A5%E5%AE%89%E8%A3%85%E7%9A%84%E5%90%97%EF%BC%9F%E4%B8%80%E8%88%AC%E6%8A%A5%E8%BF%99%E7%A7%8D%E9%94%99%E5%9F%BA%E6%9C%AC%E9%83%BD%E6%98%AFycm%E5%AE%89%E8%A3%85%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%8C%E4%BD%A0%E7%94%A8%E6%88%91%E6%8F%90%E4%BE%9B%E7%9A%84ycm%E6%9D%A5%E7%BC%96%E8%AF%91%E8%AF%95%E8%AF%95%E3%80%82) 我没有下载你这个链接中的ycm压缩包,由于直接安装后使用vi提示没有ycm core,所以我去~/.vim/plugged/目录下查看,发现已经有YouCompleteMe目录了,我是直接进去运行的安装脚本。我再从你提供的百度网盘下载安装试试,谢谢1
@chxuan 最后解决了。原因应该是我在anaconda的虚拟环境下编译的,所以导致了-11这个错误。当退出虚拟环境用系统默认的Python解释器编译时,再次进入vim会出现类似[https://github.com/chxuan/vimplus](vimplus)Q&A中的第二个提示`(The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). YCM core library compiled for Python 3 but loaded in Python 2. Set the 'g:ycm_server_python_interpreter' option to a Python 3 interpreter...