Why is the calculation of cross_val_score differently to when i calculate it myself?

后端 未结 0 1177
-上瘾入骨i
-上瘾入骨i 2021-01-22 23:39

Ok so here is the example code:

# imports
from numpy import mean
from sklearn.datasets import make_classification
from sklearn.model_selection import cross_valida         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题