摘要: multiclassification 阅读全文
posted @ 2019-09-18 15:01 runsdeep 阅读(568) 评论(0) 推荐(0) 编辑
摘要: binaryclassification #change the value the element for idx,class_name in enumerate(sorted(list(set(y)))): y[y==class_name]=idx 阅读全文
posted @ 2019-09-18 14:58 runsdeep 阅读(404) 评论(0) 推荐(0) 编辑
摘要: #DATASET: https://archive.ics.uci.edu/ml/datasets/Computer+Hardwareimport numpy as np import matplotlib.pyplot as plt import pandas as pd import sklea 阅读全文
posted @ 2019-09-18 14:49 runsdeep 阅读(367) 评论(0) 推荐(0) 编辑