jiawenqi

Results 8 issues of jiawenqi

The cmake --version(version 3.5.1) is installed on my linux! Why do I have this problem???

My training set has 100,000 doc samples and 1,000 tags, but I found that tags satisfy the long tail distribution. Some tags only appear in less than 10 docs, while...

`def get_all_words(self): """ Return all words tokenized, in lowercase and without punctuation """ return [w.lower() for w in word_tokenize(self.text) if w not in string.punctuation] ` I found that in this...

关于multi-label text classification的问题,用何种方式来评估模型的好坏最好呢?我看你用的是precision_score, recall_score, f1_score, roc_auc_score, average_precision_score。那么其他的评估方法可以吗?比如说hamming_loss,zero_one_loss,jaccard_similarity_score还是accuracy_score

我这边有这样的数据,有三级标签(层级包含关系),很显然一级标签数量最多,二级或三级标签的数量和一级标签相差好几个数量级,并且每级标签都有热门标签和冷门标签,热门和冷门也相差好几个数量级,针对这种情况我应该如何处理呢?

Is the execution time of the interface a little slow? Which part of the interface executes slowly?

请问不分割的字符串最后识别出来是多个字符吗?