自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(168)
  • 收藏
  • 关注

原创 解决方案:SQL用distinct进行去重,用Pandas如何实现

解决方案:SQL用distinct进行去重,用Pandas如何实现

2024-05-11 17:36:15 126

原创 解决方案:对数据进行负采样随机抽取1000W,用Pandas如何实现

解决方案:对数据进行负采样随机抽取1000W,用Pandas如何实现

2024-05-11 16:48:48 202 1

原创 解决方案:sql里的join跟left join有什么区别

解决方案:sql里的join跟left join有什么区别

2024-05-11 16:23:41 272

原创 解决方案:‘Series‘ object has no attribute ‘xxxx‘

解决方案:'Series' object has no attribute 'xxxx'

2024-05-09 20:07:53 289

原创 机器学习_如何给客户做聚类K-Means

机器学习_如何给客户做聚类K-Means

2024-05-09 19:58:09 344

原创 大模型_DISC-MedLLM基于Baichuan-13B-Base医疗健康对话

大模型_DISC-MedLLM基于Baichuan-13B-Base医疗健康对话

2024-05-06 22:45:00 966

原创 大模型_基于医疗领域用lora微调ChatDoctor模型

大模型_基于医疗领域用lora微调ChatDoctor模型

2024-05-06 21:42:53 1068

原创 大模型_alpaca-lora微调及推理部署

大模型_alpaca-lora微调及推理部署

2024-04-27 20:54:08 1051 2

原创 解决方案:pos_label=1 is not a valid label. It should be one of [‘0‘, ‘1‘]

解决问题:pos_label=1 is not a valid label. It should be one of ['0', '1']

2024-04-27 17:53:25 260

原创 解决方案:TypeError:unsupported operand type(s) for -: ‘float‘ and ‘decimal.Decimal‘

解决问题:TypeError:unsupported operand type(s) for -: 'float' and 'decimal.Decimal'

2024-04-26 22:15:00 258

原创 大模型_ChatGLM-Med推理及微调部署

大模型_ ChatGLM-Med推理及微调部署

2024-04-26 21:48:27 1011

原创 大模型_Langchain-Chatchatv0.2.7的介绍及实战部署

大模型_Langchain-Chatchatv0.2.7的介绍及实战部署

2024-04-23 21:30:00 1011

原创 解决方案:Cloning into ‘v0.2.7‘... fatal: repository ‘https://github.com/chatchat-space/...‘ not found

解决问题:Cloning into 'v0.2.7'... fatal: repository 'https://github.com/chatchat-space/...' not found

2024-04-23 20:00:00 319

原创 大模型_Langchain介绍及实战

大模型_Langchain介绍及实战

2024-04-22 08:00:00 861

原创 解决方案:如何理解(i, j) for i in range(row) for j in range(col) if grid[i][j] == 2

解决方案:如何理解(i, j) for i in range(row) for j in range(col) if grid[i][j] == 2

2024-04-22 00:00:00 274

原创 解决方案:Pandas如何用np.where将值分成两类,及处理异常值更新数据

解决方案:Pandas如何用np.where将值分成两类,及处理异常值更新数据

2024-04-19 19:43:47 168

原创 解决方案:用决策树算法如何生成决策树图及生成SQL规则

解决方案:用决策树算法如何生成决策树图及生成SQL规则

2024-04-19 19:28:10 861

原创 解决方案:Pandas如何多条件筛选数据

解决方案:Pandas如何多条件筛选数据

2024-04-19 18:57:22 189

原创 解决方案:若dt分区查询时间范围有限的情况下,如何找到该用户在app首次访问时间

解决方案:若dt分区查询时间范围有限的情况下,如何找到该用户在app首次访问时间

2024-04-18 19:52:15 153

原创 解决方案:用户号出现多行,如何从中取其一并随机抽取100个用户号

解决方案:用户号出现多行,如何从中取其一并随机抽取100个用户号

2024-04-18 19:23:56 306

原创 解决方案ImportError: cannot import name ‘BertTokenizerFast‘ from ‘transformers‘

解决方案ImportError: cannot import name 'BertTokenizerFast' from 'transformers'

2024-04-15 00:15:00 376

原创 NLP_知识图谱_图谱问答实战

NLP_知识图谱_图谱问答实战

2024-04-15 00:00:00 1070

原创 NLP_知识图谱_三元组实战

NLP_知识图谱_三元组实战

2024-04-13 20:59:52 1201

原创 NLP_知识图谱_介绍、构建、问答知识

NLP_知识图谱_介绍、构建、问答知识

2024-04-13 20:33:11 1273

原创 解决方案IndexError: index out of range in self

解决方案IndexError: index out of range in self

2024-04-10 06:00:00 233

原创 解决方案TypeError: Cannot interpret ‘<attribute ‘dtype‘ of ‘numpy.generic‘ objects>‘ as a data type

解决方案TypeError: Cannot interpret ‘<attribute ‘dtype‘ of ‘numpy.generic‘ objects>‘ as a data type

2024-04-10 00:00:00 236

原创 解决方案RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available()

解决方案RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.

2024-04-09 08:00:00 780

原创 解决方案Script file ‘D:\Anaconda3\Scripts\pip-script.py‘ is not present

解决方案Script file 'D:\Anaconda3\Scripts\pip-script.py' is not present

2024-04-09 00:00:00 300

原创 解决方案AssertionError: Torch not compiled with CUDA enabled

解决方案AssertionError: Torch not compiled with CUDA enabled

2024-04-08 06:00:00 193

原创 解决方案No module named ‘pyahocorasick‘、Requirement already satisfied: pyahocorasick in d:\anaconda3...

解决方案No module named 'pyahocorasick'、Requirement already satisfied: pyahocorasick in d:\anaconda3...

2024-04-08 00:00:00 367 2

原创 启用jupyter notebook,抛出ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘

启用jupyter notebook,抛出ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘

2024-04-06 17:58:36 833 1

原创 力扣热题100_链表_138_随机链表的复制

力扣热题100_链表_138_随机链表的复制

2024-04-06 17:11:44 505

原创 力扣热题100_链表_24_两两交换链表中的节点

力扣热题100_链表_24_两两交换链表中的节点

2024-04-05 21:32:25 538

原创 力扣热题100_链表_19_删除链表的倒数第 N 个结点

力扣热题100_链表_19_删除链表的倒数第 N 个结点

2024-04-05 21:14:21 448

原创 力扣热题100_链表_2_两数相加

力扣热题100_链表_2_两数相加

2024-04-04 22:59:41 610

原创 力扣热题100_链表_21_合并两个有序链表

力扣热题100_链表_21_合并两个有序链表

2024-04-04 22:54:46 355

原创 力扣热题100_链表_142_环形链表 II

力扣热题100_链表_142_环形链表 II

2024-04-01 23:06:40 314

原创 力扣热题100_链表_141_环形链表

力扣热题100_链表_141_环形链表

2024-04-01 22:58:48 509

原创 解决方案Please use Oracle(R) Java(TM) 11, OpenJDK(TM) 11 to run Neo4j.

解决方案Please use Oracle(R) Java(TM) 11, OpenJDK(TM) 11 to run Neo4j.

2024-03-24 17:26:33 823

原创 解决方案 Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure

解决方案Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure

2024-03-24 17:11:43 729

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除