8 results
Relevance Newest Popular
iON AI Synthesis
"stat.ME" typically refers to the methodology section within statistics. However, the search results primarily focus on resources related to statistical learning methods, particularly implementations and notes based on the book 《统计学习方法》 by Li Hang. These resources include code repositories and solutions manuals for studying and applying statistical learning algorithms, often implemented in Python.
Ask iON more Search Scholar
Top result
github.com
Dod-o/Statistical-Learning-Method_Code

手写实现李航《统计学习方法》书中全部算法 · ⭐ 11,620

github.com ⭐ 6,137
kubernetes/kube-state-metrics code

Add-on agent to generate and expose cluster-level metrics. · ⭐ 6,137

github.com ⭐ 2,166
wzyonggege/statistical-learning-method code

《统计学习方法》笔记-基于Python算法实现 · ⭐ 2,166

github.com ⭐ 2,092
paulirish/memory-stats.js code

minimal monitor for JS Heap Size via performance.memory · ⭐ 2,092

github.com ⭐ 2,065
datawhalechina/statistical-learning-method-solutions-manual code

机器学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual · ⭐ 2,065

stackoverflow.com
Why is conditional processing of a sorted array faster than of an unsorted array? code

In this C++ code, sorting the data (before the timed region) makes the primary loop ~6x faster: #include <algorithm> #include <ctime> #include <iostream> in…

stackoverflow.com
How do I undo the most recent local commits in Git? code

I accidentally committed the wrong files to Git but haven't pushed the commit to the server yet. How do I undo those commits from the local repository? …

stackoverflow.com
How do I delete a Git branch locally and remotely? code

Failed Attempts to Delete a Remote Branch: $ git branch -d remotes/origin/bugfix error: branch 'remotes/origin/bugfix' not found. $ git branch -d origin/bugfix error: branch 'origin/…