
kaggle
chang___hong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kaggle中Scikit-Learn
Python Machine Learning Tutorial Contents Here are the steps for building your first random forest model using Scikit-Learn:1 Set up your environment. 2 Import libraries and modules. 3 Load red wine d转载 2017-12-28 15:22:24 · 426 阅读 · 0 评论 -
Pandas模块2
#! /user/bin/env python #encoding=utf-8 __author__ = 'chw' from pandas import Series,DataFrame import pandas as pd **# 重新索引** # Series 对象的重新索引通过其 .reindex(index=None,**kwargs) 方法实现。 # **kwargs 中常用的参数有俩转载 2017-05-17 19:21:28 · 407 阅读 · 0 评论 -
pandas常用于数据处理的模块
1、合并操作pandas.mergepandas.merge(left, right, how=’inner’, on=None, left_on=None, right_on=None, left_index=False, right_index=False, sort=False, suffixes=(‘_x’, ‘_y’), copy=True, indicator=False)作用:通过执行转载 2017-12-29 11:05:34 · 518 阅读 · 0 评论 -
安装lightGBM和xgboost
安装lightGBM 参考:http://blog.youkuaiyun.com/qq_22238533/article/details/72927755 安装xgboost 参考:http://m.blog.youkuaiyun.com/ychanmy/article/details/50972530 出现问题: 解决方案: 因为Anaconda自己有个libstdc++-6.dll已经过期了,所以需要用新原创 2018-01-04 22:14:41 · 1426 阅读 · 0 评论