-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HyperparameterOptimization is None #123
Comments
@webbug2005 Currently, Luminaire batch models only supports certain pandas offsets (link) and 30 mins is currently not supported. That being said, you can still use the WindowDensityModel which supports any arbitrary time frequency. The difference with the batch model is window based model mostly focus identifying anomalies over time windows instead of individual outlying time points. |
my end goal is the use streaming data, that comes every 30 mins.. so will skip to directly testing WindowDensity. |
Optimization is only for the batch models in Luminaire. WindowDensityModel has an embedded optimization precess to pick the right parameters, so, you don't need to use the optimization module separately. |
@sayanchk , None {'success': False, 'ErrorMessage': 'Invalid number of FFT data points (0) specified.'} |
@webbug2005, would you be able to share any reproducible code with a dummy data in colab? It will be easier for me to debug that way! |
The text was updated successfully, but these errors were encountered: