AI个人学习
和实操指南

自动编程_IT专用Prompt

自动训练分类模型

指令格式

我有一份 [ 数据集名称 ] 数据集,请用 Python 写一个能预测 [ 标签列名称 ] 的机器学习模型


指令示例

我有一份 [ iris ] 数据集,请用 Python 写一个能预测 [ types ] 的机器学习模型

自动数据探索

指令格式

我有一份 [ 数据集名称 ] 数据集,请用 Python 编写数据可视化探索代码

指令示例

我有一份 [ 用户流失 ] 数据集,请用 Python 编写数据可视化探索代码

自动生成数据

指令格式

我需要生成一份随机假数据,请提供生成一份 <font color="#0000dd">[ X ] 行,<<font color="#0000dd">[ y ] 列: <font color="#0000dd">[ "特征1", "特征2", "特征3" ... "特征y" ] 的 Python 代码

指令示例

我需要生成一份随机假数据,请提供生成一份 [ 1000 ] 行,[ 4 ] 列: [ "卡号", "信用额度", "是否逾期", "持卡时长" ] 的 Python 代码

自动编写正则表达式

指令格式

请用 Python 帮我编写一个 regex 用于匹配满足以下条件的字符串:<font color="#0000dd">[ 匹配条件 ]

指令示例

请用 Python 帮我编写一个 regex 用于匹配满足以下条件的字符串:[ 包含单词 "machine" 和 "learning", 并且以感叹号结束 ]

训练时间序列模型

指令格式

我在本地有一份 <font color="#0000dd">[ 数据集描述 ] 的时间序列数据集,请使用 Python 编写一个机器学习模型,预测成交价格列 <font color="#0000dd">[ 标签 ],请使用 <font color="#0000dd">[ 训练集描述 ] 作为训练集,使用 <font color="#0000dd">[ 验证集描述 ] 作为验证集**

指令示例

我在本地有一份 [ 2010/01/01 到 2020/01/17 ] 的苹果公司股票交易价格时间序列数据集,请使用 Python 编写一个机器学习模型,预测成交价格列 [ close ],请使用 [ 2010/01/01 到 2018/12/31 的数据 ] 作为训练集,使用 [ 2019/01/01 到 2020/01/17 的数据 ] 作为验证集

调整不均衡数据

指令格式

我有一份不均衡数据,需要在上面训练机器学习模型,预测变量是 <font color="#0000dd">[ 目标变量 ],如何在 Python 中对我的数据执行过采样或者欠采样

指令示例

我有一份不均衡数据,需要在上面训练机器学习模型,预测变量是 [ smoking ],如何在 Python 中对我的数据执行过采样或者欠采样

获取特征重要度

指令格式

我训练了一个 <font color="#0000dd">[ 模型类型 ],请帮我编写 Python 代码,找出最重要的特征

指令示例

我训练了一个 [ 决策树模型 ],请帮我编写 Python 代码,找出最重要的特征

自动数据可视化

指令格式

我有一个数据集 <font color="#0000dd">[ 数据集名称 ],包含列:<font color="#0000dd">[ "特征1", "特征2", "特征3" ... 等等 ],我想你帮我绘制一份数据可视化图表,<font color="#0000dd">[ 图表需求描述 ]

指令示例

我有一个数据集 [ smoking.csv ],包含列:[ "smoking", "gender", "age" ... 等等 ],我想你帮我绘制一份数据可视化图表,[ 图表能反应出各个特征列与是否 "smoking" 之间的关联,请使用 Matplotlib 完成,请帮我选择具有吸引力的配色和适合用于汇报的尺寸 ]

创建 NumPy 数组

指令格式

我想你作为一个数据分析师,帮我创建一个 NumPy 数组,数组形状为 <font color="#0000dd">( x, y, z ),请在 <font color="#0000dd">[ i 到 j ] 之间随机生成数组初始值,并将其输出

指令示例

我想你作为一个数据分析师,帮我创建一个 NumPy 数组,数组形状为 ( 3, 4, 10 ),请在 [ 1 到 10 ] 之间随机生成数组初始值,并将其输出

特征列验证

指令格式

检查我的数据集 <font color="#0000dd">[ 数据集名称 ] 中,是否存在 <font color="#0000dd">[ 检查对象 ],如果 <font color="#0000dd">[ 是 ],请 <font color="#0000dd">[ 操作 ]

指令示例

检查我的数据集 [ house.csv ] 中,是否存在 [ 重复行,空值以及其它非法字符 ],如果 [ 是 ],请 [ 将它们统计出来,并移除 ]

AI轻松学

普通人的AI入门指南

帮助你以低成本、零基础学会如何利用AI工具。AI就像办公软件一样,是每个人的必备技能。 掌握AI会让你在求职中占据优势,在未来的工作和学习中事半功倍。

查看详情>
未经允许不得转载:首席AI分享圈 » 自动编程_IT专用Prompt

首席AI分享圈

首席AI分享圈专注于人工智能学习,提供全面的AI学习内容、AI工具和实操指导。我们的目标是通过高质量的内容和实践经验分享,帮助用户掌握AI技术,一起挖掘AI的无限潜能。无论您是AI初学者还是资深专家,这里都是您获取知识、提升技能、实现创新的理想之地。

联系我们
zh_CN简体中文
当前页面的重写规则:
Array
(
    [.*-misc\.xml$] => index.php?xml_sitemap=params=$matches[2]
    [.*-misc\.xml\.gz$] => index.php?xml_sitemap=params=$matches[2];zip=true
    [.*-misc\.html$] => index.php?xml_sitemap=params=$matches[2];html=true
    [.*-misc\.html\.gz$] => index.php?xml_sitemap=params=$matches[2];html=true;zip=true
    [.*-sitemap(?:\d{1,4}(?!-misc)|-misc)?\.xml$] => index.php?xml_sitemap=params=$matches[2]
    [.*-sitemap(?:\d{1,4}(?!-misc)|-misc)?\.xml\.gz$] => index.php?xml_sitemap=params=$matches[2];zip=true
    [.*-sitemap(?:\d{1,4}(?!-misc)|-misc)?\.html$] => index.php?xml_sitemap=params=$matches[2];html=true
    [.*-sitemap(?:\d{1,4}(?!-misc)|-misc)?\.html\.gz$] => index.php?xml_sitemap=params=$matches[2];html=true;zip=true
    [sitemap(?:\d{1,4}(?!-misc)|-misc)?\.xml$] => index.php?xml_sitemap=params=$matches[2]
    [sitemap(?:\d{1,4}(?!-misc)|-misc)?\.xml\.gz$] => index.php?xml_sitemap=params=$matches[2];zip=true
    [sitemap(?:\d{1,4}(?!-misc)|-misc)?\.html$] => index.php?xml_sitemap=params=$matches[2];html=true
    [sitemap(?:\d{1,4}(?!-misc)|-misc)?\.html.gz$] => index.php?xml_sitemap=params=$matches[2];html=true;zip=true
    [^wp-json/?$] => index.php?rest_route=/
    [^wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^index.php/wp-json/?$] => index.php?rest_route=/
    [^index.php/wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^wp-sitemap\.xml$] => index.php?sitemap=index
    [^wp-sitemap\.xsl$] => index.php?sitemap-stylesheet=sitemap
    [^wp-sitemap-index\.xsl$] => index.php?sitemap-stylesheet=index
    [^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]
    [^wp-sitemap-([a-z]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&paged=$matches[2]
    [api/([^/]+)/(.*?)\.json?$] => index.php?module=json&action=mag.$matches[1].$matches[2]
    [api/([^/]+)\.json?$] => index.php?module=json&action=$matches[1]
    [(shicao)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(shicao)/?$] => index.php?category_name=$matches[1]
    [(prompts)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(prompts)/?$] => index.php?category_name=$matches[1]
    [(tool)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(tool)/?$] => index.php?category_name=$matches[1]
    [(news)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(news)/?$] => index.php?category_name=$matches[1]
    [(knowledge)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(knowledge)/?$] => index.php?category_name=$matches[1]
    [(aidayi)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(aidayi)/?$] => index.php?category_name=$matches[1]
    [(kecheng)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [(kecheng)/?$] => index.php?category_name=$matches[1]
    [category/(.*)$] => index.php?category_redirect=$matches[1]
    [tag/([^/]+)/embed/?$] => index.php?tag=$matches[1]&embed=true
    [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
    [tag/([^/]+)/?$] => index.php?tag=$matches[1]
    [type/([^/]+)/embed/?$] => index.php?post_format=$matches[1]&embed=true
    [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
    [type/([^/]+)/?$] => index.php?post_format=$matches[1]
    [topic/([^/]+)/embed/?$] => index.php?topic=$matches[1]&embed=true
    [topic/([^/]+)/page/?([0-9]{1,})/?$] => index.php?topic=$matches[1]&paged=$matches[2]
    [topic/([^/]+)/?$] => index.php?topic=$matches[1]
    [language_switcher/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [language_switcher/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [language_switcher/([^/]+)/embed/?$] => index.php?language_switcher=$matches[1]&embed=true
    [language_switcher/([^/]+)/page/?([0-9]{1,})/?$] => index.php?language_switcher=$matches[1]&paged=$matches[2]
    [language_switcher/([^/]+)(?:/([0-9]+))?/?$] => index.php?language_switcher=$matches[1]&page=$matches[2]
    [language_switcher/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [language_switcher/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [robots\.txt$] => index.php?robots=1
    [favicon\.ico$] => index.php?favicon=1
    [sitemap\.xml] => index.php??sitemap=index
    [.*wp-app\.php(/.*)?$] => index.php?error=403
    [.*wp-register.php$] => index.php?register=true
    [([^/]+)\.txt?$] => index.php?module=txt&action=$matches[1]
    [feed/(feed|rdf|rss|rss2|atom|zen)/?$] => index.php?&feed=$matches[1]
    [(feed|rdf|rss|rss2|atom|zen)/?$] => index.php?&feed=$matches[1]
    [embed/?$] => index.php?&embed=true
    [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
    [search/(.+)/embed/?$] => index.php?s=$matches[1]&embed=true
    [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
    [search/(.+)/?$] => index.php?s=$matches[1]
    [author/([^/]+)/embed/?$] => index.php?author_name=$matches[1]&embed=true
    [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
    [author/([^/]+)/?$] => index.php?author_name=$matches[1]
    [.?.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [.?.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [(.?.+?)/embed/?$] => index.php?pagename=$matches[1]&embed=true
    [(.?.+?)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
    [(.?.+?)(?:/([0-9]+))?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
    [[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [([^/]+)/embed/?$] => index.php?name=$matches[1]&embed=true
    [([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
    [([^/]+)(?:/([0-9]+))?/?$] => index.php?name=$matches[1]&page=$matches[2]
    [[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
)
规则来源文件:可能来源于: