码迷,mamicode.com
首页 >  
搜索关键字:da    ( 1827个结果
线性回归房价预测
线性回归 房价预测 跟着李沐的动手学深度学习,跟着写了一遍房价预测的处理和预测,加了一些注释,同时稍微改动了一些地方 import hashlib import os import tarfile import zipfile import requests DATA_HUB = dict() DA ...
分类:其他好文   时间:2021-06-19 18:54:00    阅读次数:0
使用物理备份恢复数据库
1、sudo xbstream -x -C /data/data_10 < ~/test.xb 2、sudo xtrabackup --decompress --target-dir=/data/data_10 3、sudo xtrabackup --prepare --target-dir=/da ...
分类:数据库   时间:2021-06-04 18:45:14    阅读次数:0
[AWS - DA] Lambda (ALB, Mult-values header, Edge, Async invocation, Event Source Mapping, Destination) PART 1
Lambda integration with ALB HTTP(s) Lambda function must be registered in a target group ALB Multi-Header Values If a client connect to ALB, we can co ...
分类:移动开发   时间:2021-06-03 18:21:09    阅读次数:0
[AWS DA] API Gateway: Mapping Templates
What does it means? For example, if we have setup a API Gateway, REST API, GET method point to a Lambda function with no proxy intergration which retu ...
分类:移动开发   时间:2021-06-02 19:55:41    阅读次数:0
sklearn API
sklearn.base 基础类 & 工具类 sklearn.calibration 概率 sklearn.cluster 聚类 sklearn.compose 复合 sklearn.covariance 协方差 sklearn.cross_decomposition 交叉分解 sklearn.da ...
分类:Windows程序   时间:2021-06-02 11:43:43    阅读次数:0
MySQL分页 limit 优化
子查询 记录 [3,+2) 从0编号,第三行记录序号为 2limit offset 子查询 子查询查出第三行记录的dept_no 导表sql -- MySQL dump 10.13 Distrib 8.0.22, for Win64 (x86_64) -- -- Host: localhost Da ...
分类:数据库   时间:2021-05-24 14:29:51    阅读次数:0
axios在IE9环境下报错Unhandled promise rejection TypeError: 无法获取未定义或 null 引用的属性“result“
原文链接 官方给的解释是:XMLHttpRequest.response只支持IE10+(https://msdn.microsoft.com/en-us/library/hh872881(v=vs.85).aspx)。 原因就清楚了,IE8-9没有这个字段,所以axios中的response.da ...
分类:移动开发   时间:2021-05-24 14:25:28    阅读次数:0
[AWS DA Guru] S3
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:其他好文   时间:2021-05-03 12:56:01    阅读次数:0
golang image.DecodeConfig image: unknown format
golang获取上传图片的宽和高: package main import ( "fmt" "image" "io/ioutil" "os" "path/filepath" ) const dir_to_scan string = "/home/da/to_merge" func main() { ...
分类:其他好文   时间:2021-04-23 11:57:25    阅读次数:0
数据统计与数据异常分析
1.输出数据集的基本信息,比如最大值,最小值,平均值等 读取表csv数据: import numpy as np import pandas as pd dataset=pd.read_csv("catering_sale.csv") dataset out: 数据集的平均值,最大值,最小值: da ...
分类:其他好文   时间:2021-03-15 10:31:58    阅读次数:0
1827条   1 2 3 4 ... 183 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!