Skip to content

蚂蚁学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 (3)
  • django (16)
  • docker (4)
  • fastapi (3)
  • flask (11)
  • hadoop (5)
  • hive (14)
  • java (20)
  • javascript (1)
  • kafka (1)
  • linux (18)
  • mac (4)
  • mysql (26)
  • numpy (2)
  • paddlepaddle (1)
  • pandas (42)
  • php (39)
  • pyecharts (1)
  • pyqt (6)
  • python (34)
  • python环境 (30)
  • python趣味小程序 (3)
  • redis (4)
  • sklearn (1)
  • spark (6)
  • tensorflow (3)
  • zookeeper (1)
  • 产品想法 (1)
  • 办公自动化 (10)
  • 大数据 (1)
  • 大模型 (3)
  • 推荐系统 (7)
  • 数据科学 (1)
  • 数据结构与算法 (1)
  • 机器学习 (4)
  • 爬虫 (24)
  • 电商 (2)
  • 程序人生 (26)
  • 程序员自媒体 (12)
  • 腾讯课堂 (1)
  • 自动化测试 (1)
  • 读书心得 (8)
  • 软件工具 (9)
  • 量化投资 (6)
© 2025 蚂蚁学Python • Theme Xena