随笔分类 -  PYTHON

c4.5算法的python实现(带实例)
摘要:# -*-coding:utf-8-*- # !/usr/bin/env python """ @author: hMengZuo@163.com @function: achieve c4.5 by python """ import pandas as pd from math import log # 数据收集,暂时给定一组固定 df = pd.DataFrame({"天气": ... 阅读全文

posted @ 2017-03-09 15:24 woaiwwc 阅读(887) 评论(0) 推荐(0)