• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
patty-patty
博客园    首页    新随笔    联系   管理    订阅  订阅
2015年3月23日
kaggle数据挖掘竞赛初步--Titanic<随机森林&特征重要性>
摘要: 完整代码:https://github.com/cindycindyhi/kaggle-Titanic特征工程系列:Titanic系列之原始数据分析和数据处理Titanic系列之数据变换Titanic系列之派生属性&维归约之前的三篇博文已经进行了一次还算完整的特征工程,分析字符串类型的变量获取新变量... 阅读全文
posted @ 2015-03-23 16:13 patty-patty 阅读(12467) 评论(4) 推荐(0)
2015年3月22日
kaggle数据挖掘竞赛初步--Titanic<派生属性&维归约>
摘要: 完整代码:https://github.com/cindycindyhi/kaggle-Titanic特征工程系列:Titanic系列之原始数据分析和数据处理Titanic系列之数据变换Titanic系列之派生属性&维归约为什么有的机器学习项目成功了有的却失败了呢?毕竟算法是有限的改进也是有限的,最... 阅读全文
posted @ 2015-03-22 21:34 patty-patty 阅读(5952) 评论(11) 推荐(0)
2015年3月20日
kaggle数据挖掘竞赛初步--Titanic<数据变换>
摘要: 完整代码:https://github.com/cindycindyhi/kaggle-Titanic特征工程系列:Titanic系列之原始数据分析和数据处理Titanic系列之数据变换Titanic系列之派生属性&维归约缺失值填充之后,就要对其他格式有问题的属性进行处理了。比如Sex Embark... 阅读全文
posted @ 2015-03-20 22:27 patty-patty 阅读(7799) 评论(1) 推荐(1)
kaggle数据挖掘竞赛初步--Titanic<原始数据分析&缺失值处理>
摘要: Titanic是kaggle上的一道just for fun的题,没有奖金,但是数据整洁,拿来练手最好不过啦。这道题给的数据是泰坦尼克号上的乘客的信息,预测乘客是否幸存。这是个二元分类的机器学习问题,但是由于数据样本相对较少,在当时慌乱的情况下幸存者有一定的随机性,还是有一定挑战的。https://... 阅读全文
posted @ 2015-03-20 13:00 patty-patty 阅读(21397) 评论(1) 推荐(1)
2015年3月5日
<python 深入理解>变量交换x,y=y,x实现机制--元组
摘要: python中有一种赋值机制即多元赋值,采用这种方式赋值时,等号两边的对象都是元组并且元组的小括号是可选的。通常形式为x, y, z = 1, 2, 'a string'等同于(x, y, z) = (1, 2,'a string')这种赋值类型最经常用到的环境是变量交换,形如x, y = y, x... 阅读全文
posted @ 2015-03-05 20:16 patty-patty 阅读(9638) 评论(0) 推荐(1)
2014年6月5日
java基本输入输出练习
摘要: java获取用户的输入分两种,一种是字符的输入,一种是整行的输入,要用到java.io包。对于字符输入来说,使用System.in方法可以输入字符;对于整行的输入,可以使用Scanner类的方法获取整行输入。import java.io.*;import java.util.*;public cl... 阅读全文
posted @ 2014-06-05 16:02 patty-patty 阅读(794) 评论(0) 推荐(0)
2013年8月9日
I:trainage Ditches
摘要: 总时间限制: 1000ms 内存限制: 65536kB描述Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by water for awhile and takes quite a long time to regrow. Thus, Farmer John has built a set of drainage ditches so that Bessie 阅读全文
posted @ 2013-08-09 20:31 patty-patty 阅读(239) 评论(0) 推荐(0)
H:Highways
摘要: 总时间限制: 1000ms 内存限制: 65536kB描述The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has no public highways. So the traffic is difficult in Flatopia. The Flatopian government is aware of this problem. They're planning to build some highways so that it will be possible to drive b 阅读全文
posted @ 2013-08-09 20:25 patty-patty 阅读(230) 评论(0) 推荐(0)
G:数字三角形
摘要: 总时间限制: 1000ms 内存限制: 65536kB描述73 88 1 02 7 4 44 5 2 6 5(图1)图1给出了一个数字三角形。从三角形的顶部到底部有很多条不同的路径。对于每条路径,把路径上面的数加起来可以得到一个和,你的任务就是找到最大的和。注意:路径上的每一步只能从一个数走到下一层上和它最近的左边的那个数或者右边的那个数。输入输入的是一行是一个整数N (1 #include using namespace std;int main(){ int bf[105][105]; int i,j; int n; cin>>n; for(i=0;i>bf[... 阅读全文
posted @ 2013-08-09 20:24 patty-patty 阅读(383) 评论(0) 推荐(0)
F:ungeon Master
摘要: 总时间限制: 1000ms 内存限制: 65536kB描述You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move one unit north, south, east, west, up or down. You cannot move diagonally and the maze is su 阅读全文
posted @ 2013-08-09 20:22 patty-patty 阅读(242) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3