Skip to content

Conversation

@MatthewSZhang
Copy link
Collaborator

@MatthewSZhang MatthewSZhang commented Aug 1, 2025

Checklist

  • add an CO2 forecasting example to demonstrate how to use NARX to build an AR model
  • make NARX accept None input
  • fix some bugs about gradient computation, when using AR models and y_init or y contains nan

@MatthewSZhang MatthewSZhang self-assigned this Aug 1, 2025
@MatthewSZhang MatthewSZhang added documentation Improvements or additions to documentation bug Something isn't working labels Aug 1, 2025
@MatthewSZhang MatthewSZhang added this to the 0.4.1 milestone Aug 1, 2025
@MatthewSZhang MatthewSZhang linked an issue Aug 1, 2025 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (84b2f83) to head (084c9de).
⚠️ Report is 75 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #129   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         9    +3     
  Lines          603       647   +44     
=========================================
+ Hits           603       647   +44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MatthewSZhang MatthewSZhang merged commit a5bd1b2 into scikit-learn-contrib:main Aug 1, 2025
12 checks passed
@MatthewSZhang MatthewSZhang deleted the doc-autoreg branch August 1, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC add examples for Auto-Regressive models

2 participants