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
Enhancement: Create a Standard Set of Input Indicators for Most Common Use Cases
Description
Currently, the package runs all 27 indicators by default, which may lead to unnecessary data retrieval and processing, especially for users who only need a specific subset of indicators. To improve efficiency and provide a more streamlined experience, we should create a standard set of input indicators that would be most useful for the majority of use cases.
By implementing a standard set, users could opt to run only the most relevant indicators, reducing the overall processing time and making the package more efficient.
Proposed Solution
Discuss with users and identify a core set of indicators (e.g., most commonly used indicators) that will be selected by default.
Update the package documentation and pull_naomi function with a parameter ``indicators=`standard``` to reflect these indicators
The text was updated successfully, but these errors were encountered:
Enhancement: Create a Standard Set of Input Indicators for Most Common Use Cases
Description
Currently, the package runs all 27 indicators by default, which may lead to unnecessary data retrieval and processing, especially for users who only need a specific subset of indicators. To improve efficiency and provide a more streamlined experience, we should create a standard set of input indicators that would be most useful for the majority of use cases.
By implementing a standard set, users could opt to run only the most relevant indicators, reducing the overall processing time and making the package more efficient.
Proposed Solution
pull_naomi
function with a parameter ``indicators=`standard``` to reflect these indicatorsThe text was updated successfully, but these errors were encountered: