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 have the BaseFeatureGenerator API already defined. We need to write an entry point for the feature evaluator that takes in the feature(s) to be evaluated, as well as the coin and start and end date ranges, and then another function that calculates the features over that period.
The second function needs to be tested, you should make a test feature generator to handle this.
The text was updated successfully, but these errors were encountered:
We have the
BaseFeatureGenerator
API already defined. We need to write an entry point for the feature evaluator that takes in the feature(s) to be evaluated, as well as the coin and start and end date ranges, and then another function that calculates the features over that period.The second function needs to be tested, you should make a test feature generator to handle this.
The text was updated successfully, but these errors were encountered: