《Python统计与数据分析实战》课程代码,包含了大部分统计与非参数统计和数据分析的模型、算法。回归分析、方差分析、点估计、假设检验、主成分分析、因子分析、聚类分析、判别分析、对数线性模型、分位回归模型以及列联表分析、非参数平滑、非参数密度估计等各种非参数统计方法。
☆373Apr 23, 2025Updated last year
Alternatives and similar repositories for datashine
Users that are interested in datashine are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 本项目主要是对2008年1月1日-2021年12月31日我国1343家非金融企业的系统性风险进行测度并对风险传染机制进行分析,其主要内容包含以下两个部分:(1)基于DCC-GARCH模型的系统性风险(MES)测度,(2)复杂网络的抗毁性分析☆15May 28, 2022Updated 4 years ago
- 近年来,随着微信、微博、市长信箱、阳光热线等网络问政平台逐步成为政府了解民意、汇聚民智、凝聚民气的重要渠道,各类社情民意相关的文本数据量不断攀升,给以往主要依靠人工来进行留言划分和热点整理的相关部门的工作带来了极大挑战。同时,随着大数据技术的发展,建立基于自然语言处理技术的…☆36Jun 28, 2020Updated 6 years ago
- 西安电子科技大学课程《实用大众线性代数(MATLAB版)》Python实现☆11Apr 23, 2021Updated 5 years ago
- 对汽车之家论坛里的评论数据处理和分析,利用用户潜在行为数据得出用户行为特征,采用LDA主题模型得出用户评论的主题特征,采用Word2Vec词向量模型得出用户评论的文本内容特征,采用K-Means聚类得出水军文本类别,结合用户行为特征,最终实现了对网络水军的识别。☆27Feb 21, 2020Updated 6 years ago
- 基于python实现的数学建模相关代码,包含回归、分类、差分、聚类、时间序列分析、因子分析等☆84Apr 7, 2024Updated 2 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Here is a [quantile random forest](http://jmlr.org/papers/v7/meinshausen06a.html) implementation that utilizes the [SciKitLearn](https://…☆18Dec 19, 2024Updated last year
- 网络安全课程作业收集☆15May 3, 2018Updated 8 years ago
- python数据分析基础☆98Feb 25, 2024Updated 2 years ago
- Future reversal of warming-induced vegetation productivity increase in the Northern Lands☆13Mar 31, 2022Updated 4 years ago
- 《Python深度学习实战——从《动手学DL》到大语言模型》课程代码仓库,包含深度学习基础知识、卷积神经网络、循环神经网络、注意力机制与Transformer模型、优化算法、计算性能、计算机视觉、自然语言处理预训练与应用、BERT模型预训练与微调应用、文本生成GPT模型、大…☆49Aug 27, 2025Updated 10 months ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆212Feb 22, 2019Updated 7 years ago
- 最全数据分析资料汇总(含python、爬虫、数据库、大数据、tableau、统计学等)☆2,759May 13, 2026Updated last month
- 机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马…☆156Jun 19, 2021Updated 5 years ago
- Google Earth Engine function to compute Temperature-Vegetation Dryness Index (TVDI)☆18Apr 14, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Remote Sensing of Ice Albedo with GEE☆21Jan 3, 2024Updated 2 years ago
- 分箱工具☆21Dec 14, 2020Updated 5 years ago
- GEE code for extracting high-quality remotely sensed data at multiple scales☆15Jun 25, 2026Updated last week
- code and data for Continuous-Time Graph Learning for Cascade Popularity Prediction, IJCAI 2023☆11Jul 3, 2023Updated 3 years ago
- 《Python金融大数据分析》教材学习笔记☆45Jul 20, 2017Updated 8 years ago
- Python3操作mysql数据库,实现增、批量增、删、改、查☆19Nov 8, 2017Updated 8 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 2019年北京高校数学建模校际联赛B题的模型代码:NLP情感分析+改进熵值法+改进灰色关联度分析☆29Dec 16, 2023Updated 2 years ago
- The intraday seasonality of volatility and trading volume in the cryptocurrency market☆14Feb 17, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆11Apr 26, 2021Updated 5 years ago
- 数学建模算法及 Python 代码实现。☆105Jan 31, 2021Updated 5 years ago
- ☆13Apr 16, 2021Updated 5 years ago
- 根据GBDT衍生变量,并对衍生后的变量进行应用☆21Mar 15, 2020Updated 6 years ago
- This repository is to identify drought, heatwave, and compound drought and heatwave events on a daily basis and across four seasons(daily…☆23Dec 26, 2025Updated 6 months ago
- 介绍分位数回归,包括分位数Granger因果检验、QVAR及脉冲响应函数☆19Jul 11, 2020Updated 5 years ago
- 《统计学习方法-李航》Python代码实现☆17Feb 14, 2019Updated 7 years ago
- ☆24Sep 29, 2023Updated 2 years ago
- Implementation of IMDB sentiment classification by GRU with self-attention in PyTorch☆23Jun 9, 2019Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 系统性风险指标计算☆10Apr 20, 2020Updated 6 years ago
- T-GCN交通流 量动态预测,需要研究如何把流速转化为流量☆10Oct 17, 2019Updated 6 years ago
- 基于知识图谱的推荐算法实现☆43May 11, 2022Updated 4 years ago
- 情感分析系统,用于分析用户评论是积极还是消极。其中使用了逻辑回归函数、决策树、支持向量机、神经网络等不同的模型进行训练☆34Oct 25, 2018Updated 7 years ago
- This repo has some proposed agenda for Azure Machine Learning related hands-on workshops.☆11Feb 2, 2021Updated 5 years ago
- 本科毕设:基于金融知识图谱的推荐系统☆13May 11, 2024Updated 2 years ago
- 基于KNN和DTW的时间序列分类☆22Jun 3, 2020Updated 6 years ago