Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MathisWellmann
/
sliding_features-rs
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
79
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Robust MAD Scaler
- #8
#8
Merged
MathisWellmann
merged 14 commits into
main
MathisWellmann/sliding_features-rs:main
from
mad
MathisWellmann/sliding_features-rs:mad
Copy head branch name to clipboard
Jun 4, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Robust MAD Scaler
#8
MathisWellmann
merged 14 commits into
main
MathisWellmann/sliding_features-rs:main
from
mad
MathisWellmann/sliding_features-rs:mad
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2026
introduce `MadScaler`, a robust, median based scaler.
MathisWellmann
committed
c97c185
View commit details
Copy full SHA for c97c185
Browse repository at this point
include benchmark for `MadScaler`
MathisWellmann
committed
36f2fe6
View commit details
Copy full SHA for 36f2fe6
Browse repository at this point
Baseline MadScaler bench test compile/run smoke
Show description for 0457386
MathisWellmann
committed
0457386
View commit details
Copy full SHA for 0457386
Browse repository at this point
Baseline Criterion MadScaler realistic f64
Show description for db3e5a3
MathisWellmann
committed
db3e5a3
View commit details
Copy full SHA for db3e5a3
Browse repository at this point
bench: iter some window lengths
MathisWellmann
committed
e8c01ca
View commit details
Copy full SHA for e8c01ca
Browse repository at this point
mad_scaler: new tests with naive median and MAD computation for comparison
MathisWellmann
committed
4a5b51c
View commit details
Copy full SHA for 4a5b51c
Browse repository at this point
Commits on Jun 4, 2026
mad_scaler: remove `cache_stale` as its useless.
MathisWellmann
committed
6c5f13c
View commit details
Copy full SHA for 6c5f13c
Browse repository at this point
mad_scaler: avoid allocations in the hot-path, improve perf by 17%
MathisWellmann
committed
2480caf
View commit details
Copy full SHA for 2480caf
Browse repository at this point
mad_scaler: extract helper `median_from_sorted`
MathisWellmann
committed
b6cdf87
View commit details
Copy full SHA for b6cdf87
Browse repository at this point
mad_scaler: fix tests.
MathisWellmann
committed
133f719
View commit details
Copy full SHA for 133f719
Browse repository at this point
CI: include `yamlfmt` step.
MathisWellmann
committed
5d14771
View commit details
Copy full SHA for 5d14771
Browse repository at this point
deps: bump `rand` to `0.10`
Show description for 89d988e
MathisWellmann
committed
89d988e
View commit details
Copy full SHA for 89d988e
Browse repository at this point
benchmark for more window lengths in `mad_scaler.rs`
MathisWellmann
committed
217e3b5
View commit details
Copy full SHA for 217e3b5
Browse repository at this point
mad_scaler: use `O(w)` merge strategy improving on previous `O(w * log(w))` sorting based implementation. Runtime improvements of > 6%, up to +35% on 4096 window length.
MathisWellmann
committed
f52c919
View commit details
Copy full SHA for f52c919
Browse repository at this point
You can’t perform that action at this time.