Skip to content

Prepare a training dataset for the yield prediction on Starknet lending markets #6

@jwarmuz99

Description

@jwarmuz99

Description

Yield Aggregation can be done with a predictive component. A strategy manager can use a forecasting model to predict the yield from a given pool in the next time epoch. This prediction in turn impacts the asset allocation of the agent.

The first step in introducing this capability is creating a training dataset for the yield prediction algorithm. This dataset should be composed of publicly available data sources, ideally onchain. This is required for the agent to be able to fetch the newest onchain data and make a prediction based on it.

The target variable should be the APY in the next time epoch (e.g. on the next day/week).

Submission

Please create a PR in this repo with a functioning data fetching and processing pipeline, ideally using python for a streamlined integration with the Giza Agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions