Skip to content

Commit 96a61ae

Browse files
mastoffelaranas
andauthored
Update docs/community/contributing-emulators.md
Co-authored-by: Sophie Arana <[email protected]>
1 parent e73fa02 commit 96a61ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/community/contributing-emulators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This guide explains how to contribute new emulator models to `AutoEmulate`.
66

77
All emulators in AutoEmulate are implemented as `scikit-learn` estimators, making them compatible with scikit-learn's cross-validation, grid-search, and pipeline functionality. Have a look at the [scikit-learn estimator developer guide](https://scikit-learn.org/1.5/developers/develop.html#rolling-your-own-estimator) for more details on how to implement a new estimator.
88

9+
**Note**: AutoEmulate is designed primarily for static data analysis, leveraging its integration with scikit-learn. If you are contributing an emulator for time-series data, keep in mind that it may not perform optimally without additional handling of temporal dependencies, particularly during cross-validation and evaluation.
910
### Core Requirements
1011

1112
Each emulator class must:

0 commit comments

Comments
 (0)