aeon-toolkit
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # GSoC 2025 - ML Forecasting Tina ###### tags: `aeon-gsoc` __Contributor:__ [Tina Jin](https://github.com/TinaJin0228) __GSoC page:__ https://summerofcode.withgoogle.com/organizations/numfocus/projects/details/MPYRSOTi __Project:__ aeon - Implementing and Evaluating Machine Learning Forecasters __Project length:__ 12 weeks __Mentors:__ Matthew Middlehurst, Tony Bagnall __Mid-project evaluation:__ July 14 __Final evaluation:__ September 1 __Blog link:__ https://medium.com/@jintina48/list/gsoc25-blog-11a0081fc6e2 __Regular meeting time:__ 9:30 Monday UTC __Meeting time availability:__ 8:00 - 14:00 UTC ## Project Summary This project will investigate algorithms for forecasting based on traditional machine learning (tree based) and time series machine learning (transformation based). It will involve helping develop the aeon framework to process both standard ML and extrisnic regression algorithms for forecasting. This will involve evaluating regression algorithms already in `aeon` for forecasting problems as well as `scikit-learn` regressors. The tree-based SETAR-Tree and SETAR-Forest algorithms will also be implemented in the forecasting module. ### Wish list of algorithms [SETAR-Tree/SETAR-Forest](https://link.springer.com/article/10.1007/s10994-023-06316-x) ## Project Timeline Issues: [#2816](https://github.com/aeon-toolkit/aeon/issues/2816) (SETAR-Tree/SETAR-Forest) ### June 2nd: Week 1-2 - Implement the basic SETAR-Tree class structure. - If viable, create separate TAR/SETAR forecaster - Add testing and documentation as the class develops ### June 16th: Week 3-4 - Finish SETAR-Tree implementation - Implement SETAR-Forest extension - Add to API and ensure broad testing coverage ### June 30th: Week 5-6 - Run SETAR-Tree/Forest on datasets from the publication and the ensure results are comparable - Write/extend forecasting notebook to include usage of models such at SETAR-Tree and ETS (as a new notebook or maybe extending [current](https://github.com/aeon-toolkit/aeon/blob/main/examples/forecasting/forecasting.ipynb)) ### Mid-project Deliverables - Implementation of SETAR-Tree with documentation and testing - Implementation of SETAR-Forest with documentation and testing - Notebook (or notebook section) on forecasting for SETAR-Tree ### Week 7-8 - Review and implement transformations which will be useful when using the RegressionForecaster class i.e. detrending and deseasonalising - good to be able to reproduce some of the M4 pipelines i.e. https://github.com/mloning/sktime-m4/blob/master/scripts/construct.py#L88 and add a test to make sure we can do this - Review the implementation of the pipeline forecasting module. - Discuss how to improve RegressionForecaster and testing for evaluating regressors from the `regression` module ### Week 9-10 - [[ENH] Implement STL series to collection transformer #2851](https://github.com/aeon-toolkit/aeon/issues/2851) - [[ENH] Implement MSTL forecaster #2849](https://github.com/aeon-toolkit/aeon/issues/2849) ### Week 11-12 - [[ENH] Implement TBATS forecaster #2847](https://github.com/aeon-toolkit/aeon/issues/2847) ### Final Deliverables - SETAR-Tree and SETAR-Forest - STL and MSTL - TBATS - Adapt regression forest and setar forest for exogenous - document and notebooks ## Community Bonding Period - [x] Introduce yourself in the community Slack channels. - [x] Go through the contributor guide on the _aeon_ website (https://www.aeon-toolkit.org/en/stable/contributing.html). - [x] Set up a development environment, including _pytest_ and _pre-commit_ dependencies. This will make development a lot easier for you, as you must pass the PR tests to have your code merged (https://www.aeon-toolkit.org/en/stable/developer_guide/dev_installation.html). - [x] Review some of the important dependencies for developing aeon at a basic level: - [x] __pytest__ for unit testing. Any code added will have to be covered by tests. - [x] __sphinx/myst__ for documentation. Adding new functions and classes will have to be added to the API docs. - [x] __numba__ for writing efficient functions. - [x] Make some basic Pull Requests (PRs) to gain some experience with contributing to _aeon_ through GitHub. Some suggestions: - [x] [Finish #2729](https://github.com/aeon-toolkit/aeon/pull/2729) - [x] [#2823 Refactor and improve NaiveForecaster](https://github.com/aeon-toolkit/aeon/issues/2823) - [x] [#2814 Allow exogenous variables in RegressionForecaster](https://github.com/aeon-toolkit/aeon/issues/2814) - [ ] Read up on the subject of your project (machine learning forecasters). We will provide some literature, but we encourage you to go beyond that and ask any questions you have. - [ ] [M4](https://www.sciencedirect.com/science/article/pii/S0169207019301128) - [x] [SETAR-Tree](https://link.springer.com/article/10.1007/s10994-023-06316-x) - [ ] May be helpful: [`skforecast` intro to ML forecasting](https://skforecast.org/0.7.0/introduction-forecasting/introduction-forecasting) - [x] Decide on a project length. 12 weeks is the default but can be extended if you will be unable to work for some periods during the summer. - [x] Refine the project timeline and deliverables with the project mentors. Agree on some milestones for both mid-project and final evaluations. - [x] Update the GSoC webpage project to better match any new directions after discussions with mentors. - [x] Select a tracking/blogging medium to write down and track progress made on the project. Agree on a frequency of updates. - [x] Set up regular meeting days and times to discuss the project and track progress. ## Week 1: ## Week 2: Good progress made on SETAR-Tree and Naive forecaster. Separate SETAR forecaster drafted. Difficult to improve the regression forecaster Blog: https://medium.com/@jintina48/week-1-2-gsoc-progress-report-9ca47fcae703 ![10994_2023_6316_Figa_HTML](https://hackmd.io/_uploads/HySf3GtBee.png) ## Week 3: ## Week 4: Starting work on the forest and correctness testing for SETAR tree ## Week 5: ## Week 6: ## Week 7: ## Week 8: ## Week 9: ## Week 10: ## Week 11: ## Week 12:

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully