随笔分类 -  通用

摘要:#!/usr/bin/env python # -*- coding:utf-8-*- import numpy as np from shapely.geometry import Point, LineString from shapely.geometry.polygon import Pol 阅读全文
posted @ 2022-07-13 23:36 dangxusheng 阅读(1047) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/python3 # _*_coding:utf-8 _*_ # @Time :2021/2/21 23:14 # @Author :jory.d # @File :roc_auc.py # @Software :PyCharm # @Desc: 绘制多分类的ROC AUC曲线 阅读全文
posted @ 2021-03-10 22:47 dangxusheng 阅读(389) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/02/11 21:44 # @Author : dangxusheng # @Email : dangxusheng163@163.com # @File : download_ 阅读全文
posted @ 2020-07-30 22:14 dangxusheng 阅读(552) 评论(0) 推荐(0) 编辑
摘要:测试地址:http://tool.oschina.net/regex/ 一般字符: . 任意一个除换行符之外的字符;例子:a.b 匹配 adb acb a*b ... \ 转义字符,使后面的符号保持原意;例子:a\.c 匹配a.c a\\c匹配a\c [...] 字符集合,只要属于里面任意一个就满足 阅读全文
posted @ 2018-11-06 22:13 dangxusheng 阅读(141) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示