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 }}
AEFDI
/
EnergyFaultDetector
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
45
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Merge develop into main: Preprocessing pipeline overhaul and documentation updates
- #32
#32
Merged
roelofsc
merged 36 commits into
main
AEFDI/EnergyFaultDetector:main
from
develop
AEFDI/EnergyFaultDetector:develop
Copy head branch name to clipboard
Sep 9, 2026
Conversation
Commits
36
(36)
Checks
Files changed
Merged
Merge develop into main: Preprocessing pipeline overhaul and documentation updates
#32
roelofsc
merged 36 commits into
main
AEFDI/EnergyFaultDetector:main
from
develop
AEFDI/EnergyFaultDetector:develop
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2026
Update develop - #29
Show description for 095979f
roelofsc
authored
095979f
View commit details
Copy full SHA for 095979f
Browse repository at this point
Commits on Sep 8, 2026
Added todos to refactor training data preprocessing to handle feature types.
Show description for 2733d3f
edi-iee
authored and
roelofsc
committed
2733d3f
View commit details
Copy full SHA for 2733d3f
Browse repository at this point
Add CategoricalEncoder, Scaler, and Imputer to preprocessing pipeline.
Show description for 8c5a270
edi-iee
authored and
roelofsc
committed
8c5a270
View commit details
Copy full SHA for 8c5a270
Browse repository at this point
Refactor handling of categorical features in scaler and imputer
Show description for c613ad1
edi-iee
authored and
roelofsc
committed
c613ad1
View commit details
Copy full SHA for c613ad1
Browse repository at this point
Refactor preprocessing steps to use custom Scaler and Imputer.
Show description for a2f0ca4
edi-iee
authored and
roelofsc
committed
a2f0ca4
View commit details
Copy full SHA for a2f0ca4
Browse repository at this point
Refactor data preprocessing and enhance CategoricalEncoder. Enhanced `CategoricalEncoder` with detailed docstrings, improved handling of numerical and categorical features, and fixed feature name c…
Show description for 99e3c55
edi-iee
authored and
roelofsc
committed
99e3c55
View commit details
Copy full SHA for 99e3c55
Browse repository at this point
Enhance data preprocessing components:
Show description for 9efe802
edi-iee
authored and
roelofsc
committed
9efe802
View commit details
Copy full SHA for 9efe802
Browse repository at this point
Added class ForwardFillImputer.
Show description for c82a3b4
edi-iee
authored and
roelofsc
committed
c82a3b4
View commit details
Copy full SHA for c82a3b4
Browse repository at this point
Enhance CategoricalEncoder and Imputer: Added logging for non-declared categorical features and harmonized data types in numerical columns converting numerical columns, which might inlcude booleans…
Show description for 37e04da
edi-iee
authored and
roelofsc
committed
37e04da
View commit details
Copy full SHA for 37e04da
Browse repository at this point
Added new test cases for CategoricalEncoder and ForwardFillImputer, updated .gitignore to include generated documentation files, and added TODO comments in FaultDetector for handling of encoded cat…
Show description for d178a1d
edi-iee
authored and
roelofsc
committed
d178a1d
View commit details
Copy full SHA for d178a1d
Browse repository at this point
Add tests for data preprocessing components: ffill imputer and scaler
Show description for 7efb5fb
edi-iee
authored and
roelofsc
committed
7efb5fb
View commit details
Copy full SHA for 7efb5fb
Browse repository at this point
Added unit tests to test data preprocessor and updated config.yaml examples
edi-iee
authored and
roelofsc
committed
25a3072
View commit details
Copy full SHA for 25a3072
Browse repository at this point
Added test for imputer wrapper and added docstrings all over the place
edi-iee
authored and
roelofsc
committed
af388c3
View commit details
Copy full SHA for af388c3
Browse repository at this point
Added adavanced_config.yaml, that contains the added preprocessing steps and other advanced parameters. Refactored base_config.yaml to reflect changes in the data_preprocessor.
edi-iee
authored and
roelofsc
committed
f50690c
View commit details
Copy full SHA for f50690c
Browse repository at this point
Refactor conditional feature checks in FaultDetector to handle encoded categorical columns
edi-iee
authored and
roelofsc
committed
3fab24e
View commit details
Copy full SHA for 3fab24e
Browse repository at this point
Refactor conditional feature checks in FaultDetector. Declared conditions are now resolved properly even if the declared name is a substring on any column in data, which is the case of encoded cate…
Show description for ca7d7bc
edi-iee
authored and
roelofsc
committed
ca7d7bc
View commit details
Copy full SHA for ca7d7bc
Browse repository at this point
Refactor protected feature validation in DataPreprocessor and update FaultDetector comments. Improved handling of available protected features and clarified potential issues with conditional featur…
Show description for 0c40916
edi-iee
authored and
roelofsc
committed
0c40916
View commit details
Copy full SHA for 0c40916
Browse repository at this point
Update advanced_config.yaml and enhance test coverage for preprocessing pipeline
Show description for c32d35a
edi-iee
authored and
roelofsc
committed
c32d35a
View commit details
Copy full SHA for c32d35a
Browse repository at this point
Fix preprocessing unit tests and finalize categorical feature handling
Show description for 7796df6
roelofsc
committed
7796df6
View commit details
Copy full SHA for 7796df6
Browse repository at this point
Rework ForwardFillImputer to time-based ffill and harden Imputer
Show description for 818b01f
roelofsc
committed
818b01f
View commit details
Copy full SHA for 818b01f
Browse repository at this point
Fix Sphinx warnings and improve API docs readability
Show description for 102f9c6
roelofsc
committed
102f9c6
View commit details
Copy full SHA for 102f9c6
Browse repository at this point
fix: correct scaler step names, config mutation, unseen categories, and dead code
Show description for 0613702
roelofsc
committed
0613702
View commit details
Copy full SHA for 0613702
Browse repository at this point
fix: handle duplicate indices and clarify ffill imputer docstrings
Show description for ccf24c5
roelofsc
committed
ccf24c5
View commit details
Copy full SHA for ccf24c5
Browse repository at this point
Enhance data preprocessing components:
Show description for 0005e69
edi-iee
authored and
roelofsc
committed
0005e69
View commit details
Copy full SHA for 0005e69
Browse repository at this point
Enhance CategoricalEncoder and Imputer: Added logging for non-declared categorical features and harmonized data types in numerical columns converting numerical columns, which might inlcude booleans…
Show description for 1ba686f
edi-iee
authored and
roelofsc
committed
1ba686f
View commit details
Copy full SHA for 1ba686f
Browse repository at this point
Added new test cases for CategoricalEncoder and ForwardFillImputer, updated .gitignore to include generated documentation files, and added TODO comments in FaultDetector for handling of encoded cat…
Show description for d1fcc69
edi-iee
authored and
roelofsc
committed
d1fcc69
View commit details
Copy full SHA for d1fcc69
Browse repository at this point
Fix Sphinx warnings and improve API docs readability
Show description for 4e9d86d
roelofsc
committed
4e9d86d
View commit details
Copy full SHA for 4e9d86d
Browse repository at this point
CARE2Compare guide and FAQ set up
roelofsc
committed
a41b6b0
View commit details
Copy full SHA for a41b6b0
Browse repository at this point
Replace 'code-block:: text' with 'code-block:: yaml' where necessary.
roelofsc
committed
304b97d
View commit details
Copy full SHA for 304b97d
Browse repository at this point
Fix CARE2Compare guide example and refine FAQ
roelofsc
committed
c37ab71
View commit details
Copy full SHA for c37ab71
Browse repository at this point
Use Zenodo concept DOI and fix CARE2Compare notebook API calls
Show description for 0d9e0d5
roelofsc
committed
0d9e0d5
View commit details
Copy full SHA for 0d9e0d5
Browse repository at this point
Fix outdated API calls in example notebooks
Show description for e20c76c
roelofsc
committed
e20c76c
View commit details
Copy full SHA for e20c76c
Browse repository at this point
Reviewed and edited C2C FAQ and guide docs.
chr39552
authored and
roelofsc
committed
d12e6c0
View commit details
Copy full SHA for d12e6c0
Browse repository at this point
Rebase fix
roelofsc
committed
d48e688
View commit details
Copy full SHA for d48e688
Browse repository at this point
Fix sphinx warnings and remove the unnecessary TODO in FaultDetector
roelofsc
committed
3bef76c
View commit details
Copy full SHA for 3bef76c
Browse repository at this point
Commits on Sep 9, 2026
Improve package docstrings, fix conditional-features handling, and remove redundant config
Show description for 5dc70d4
roelofsc
committed
5dc70d4
View commit details
Copy full SHA for 5dc70d4
Browse repository at this point
You can’t perform that action at this time.