Skip to content

蚂蚁学Python

你有没有为写代码拼过命?那你知不知道 人生苦短,我用Python?

  • 视频课程
  • 关于我

python

Categories tensorflow

Tensorflow怎样接收变长列表特征

2023-03-122019-10-17 Leave a comment by crazyant

比如用户的分类偏好、用户的历史观影行为,都是变长的元素列表,怎么输入到模型? 这个问题很多人遇到,比如这些: … Read more Tensorflow怎样接收变长列表特征


Categories pandas

Pandas实现数据的合并concat

2020-09-062019-10-16 Leave a comment by crazyant

使用场景: 批量合并相同格式的Excel、给DataFrame添加行、给DataFrame添加列 一句话说明c … Read more Pandas实现数据的合并concat


Categories pandas

Pandas的Index索引有什么用途?

2023-03-122019-10-10 Leave a comment by crazyant

把数据存储于普通的column列也能用于数据查询,那使用index有什么好处? index的用途总结: 更方便 … Read more Pandas的Index索引有什么用途?


Categories 机器学习

机器学习常用数据集大全

2023-03-122019-10-10 Leave a comment by crazyant

UCI Machine Learning Adult Dataset Business Problem: Cl … Read more 机器学习常用数据集大全


Categories pandas

Pandas的axis参数怎么理解?

2020-09-062019-09-30 Leave a comment by crazyant

axis参数非常的让人困惑难以理解,本视频我会用形象化的方式讲解一下这个参数,核心要诀就是axis那个轴会消失 … Read more Pandas的axis参数怎么理解?


Categories pandas

Pandas怎样处理字符串?

2020-09-062019-09-29 Leave a comment by crazyant

前面我们已经使用了字符串的处理函数: df[“bWendu”].str.replace(“℃”, “”).as … Read more Pandas怎样处理字符串?


Categories pandas

Pandas怎样对数据进行排序?

2020-09-062019-09-28 Leave a comment by crazyant

Series的排序: Series.sort_values(ascending=True, inplace=F … Read more Pandas怎样对数据进行排序?


Categories 机器学习

CTR预估:(标签-权重)列表类特征怎么输入到模型?

2023-03-122019-09-27 Leave a comment by crazyant

问题: 要做一个CTR预估模型; 通过之前的数据挖掘,我得到了用户对标签的偏好数据: [(‘标签1’, 0.8 … Read more CTR预估:(标签-权重)列表类特征怎么输入到模型?


Post navigation
Older posts
Newer posts
← Previous 1 2 3 … 9 Next →

文章分类

  • C++ (8)
  • chatgpt (2)
  • django (13)
  • flask (9)
  • hadoop (5)
  • hive (14)
  • java (20)
  • javascript (1)
  • kafka (1)
  • linux (17)
  • mac (2)
  • mysql (23)
  • numpy (1)
  • paddlepaddle (1)
  • pandas (37)
  • php (39)
  • pyecharts (1)
  • python (31)
  • python环境 (16)
  • python趣味小程序 (3)
  • redis (4)
  • sklearn (1)
  • spark (6)
  • tensorflow (3)
  • zookeeper (1)
  • 产品想法 (1)
  • 创业项目 (1)
  • 办公自动化 (8)
  • 推荐系统 (6)
  • 数据科学 (1)
  • 数据结构与算法 (1)
  • 机器学习 (4)
  • 爬虫 (19)
  • 程序人生 (25)
  • 程序员自媒体 (12)
  • 腾讯课堂 (1)
  • 自动化测试 (1)
  • 读书心得 (8)
  • 软件工具 (7)
  • 量化投资 (6)
© 2023 蚂蚁学Python • Theme Xena