8 results
Relevance Newest Popular
iON AI Synthesis
The search query "stat.CO" does not directly match any repository titles or descriptions in the results provided. However, the repositories listed, such as Dod-o/Statistical-Learning-Method_Code and mavam/stat-cookbook, are related to statistical learning methods and probability and statistics, which might be relevant to community interests in "stat.CO" (statistics community).
Ask iON more Search Scholar
Top result
github.com
Dod-o/Statistical-Learning-Method_Code

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

github.com ⭐ 9,628
dr5hn/countries-states-cities-database code

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, SQLSERVER, MONGODB, SQLITE, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities · ⭐ 9,628

github.com ⭐ 2,301
mavam/stat-cookbook code

:orange_book: The probability and statistics cookbook · ⭐ 2,301

github.com ⭐ 2,152
niorgai/StatusBarCompat code

Status Bar Utils ---- Change Status Bar Mode Simply · ⭐ 2,152

github.com ⭐ 2,114
aschuch/StatefulViewController code

Placeholder views based on content, loading, error or empty states · ⭐ 2,114

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/…