pip / uv 使用清华源
0x10 pip The Tsinghua University Open Source Mirror provides a fast and reliable alternative for Python package installations in regions with slow access to the default PyPI repository. Below are ...
0x10 pip The Tsinghua University Open Source Mirror provides a fast and reliable alternative for Python package installations in regions with slow access to the default PyPI repository. Below are ...
概率分析 概率 && 机器学习 条件概率 && 全概率 贝叶斯公式 && 朴素贝叶斯 0x01 概率 && 机器学习 概率: 一个在 0 到 1 的之间的实数, 是对随机事件发生可能性...
线性回归 0x01 什么是机器学习 从数据中寻找规律, 简历关系, 根据建立的关系去解决问题. 应用场景: 数据挖掘 计算机视觉 自然语言处理 证券分析 医学诊断 机器人 DNA 测序 … 获取数据, 自动求解数据关系, 在新数据上做预测. 分类: 监督学习 (Supervised Learning) 线性回归...
如何才能做到呢? 0x01 CLAUDE.md CLAUDE.md 会在每一轮对话中加载. 每一轮, 绝不例外 整个加载体系层级: 文件 作用域 用途 ~/.cluade/CLAUDE.md 全局 你的代码风格偏好 ./CLA...
需要先下载 1. 下载 地址: https://www.anaconda.com/ https://www.anaconda.com/download/success?reg=skipped 2. 安装 下载完是一个巨大的文件, 扩展名居然是 .sh. 好吧, 我们运行它. file Anaconda3-2025.12-1-Linux-x86_64.sh An...
Windows 中安装 Prometheus 也是可以的. 1. Prometheus 基础介绍 Prometheus 是一个功能强大的开源监控和警报工具包,由 SoundCloud 公司于 2012 年创建,后来成为云原生计算基金会(CNCF)的项目之一。Prometheus 的设计理念是提供一个高效且易于查询的多维数据模型,并配备了一套强大的查询语言 PromQL(Prometh...
如何读写一个文件呢? 0x01 基本用法 Reading files in Python is a common I/O operation, and the built-in open() function provides a simple way to handle it. You can read text or binary files, process them line...
在 Ubuntu 22.04 中,可以通过以下步骤从 Gnome 桌面切换到 Xfce4 桌面 … 打开终端(Ctrl + Alt + T) 安装 Xfce4:输入命令 sudo apt install xfce4 并回车 安装 LightDM(登录器):输入命令 sudo apt install lightdm 并回车 选择 LightDM 作为默认登录器:输入命令...
I’m trying to … try (my best ) to do something. try doing // 动名词, == something == 尝试 try to do // 尽力 / 尽全力 I’m trying to concentrate // 我正尽力集中精力 concentrate == con + centr + ate concentrate...
I’m looking for … looking for // 寻找 (指过程) find // 找到 (指结果) I’m looking for keys. Of course you are. // 你当然 … 废话 … I’m looking for suit. // 我在找西装/一套衣服 hoodie // 连帽卫衣 (有帽子 乎迪) I’m looking fo...