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
We want to extend the plots generated to obtain insights into predictoor_income
The goal here is to simply serve the data from the lake, to the dashboard with very few calculations.
We're going to now create the remaining 2x plots
DoD
extend plot_predictoor_income.py to render two additional plots revenue and expenses
revenue will break down revenue by type (stake, df, etc...)
expenses will break down losses as a result of guessing incorrectly (for now... no fees, etc..)
to complete these plots, review the bronze_predictions table to improve how we estimate losses, and improve data enrichment.
plot should support multiple user addresses (user_ids), and feeds (contract_ids) that sum/show the total.
tests should cover both single and multiple user addresses as a filter
tests should cover both single and multiple feeds as a filter
verify that basic plot is rendering as expected
The text was updated successfully, but these errors were encountered:
Motivation
We want to extend the plots generated to obtain insights into predictoor_income
The goal here is to simply serve the data from the lake, to the dashboard with very few calculations.
We're going to now create the remaining 2x plots
DoD
The text was updated successfully, but these errors were encountered: