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
Hi, thank you for this great tool.
I have two questions.
I want to test alpha158 and alpha360 features with my own workflow(outside this framework), but I didn't find a method in which input is raw dataFrame and output is a dataFrame with features. How to extract alpha158 or alpha360 features from a given dataframe instead of a local file?
I want to test the trained model with real-time data. For now, my solution is saving the model as a local file, then loading the model in an outside real-time environment. Is this the supposed way to test real-time data?