earthgecko
earthgecko
Just started patterning in puppet today and I have not got a full overview, so apologies if this seems clever or cynical, just trying to understand and see how things...
@mehmood-007 you may be better off posting to https://groups.google.com/forum/#!forum/skyline-dev with any queries as this skyline is an Archived Project. If you do post, add as many details about your setup...
@mehmood-007 OK - you did not read the https://groups.google.com/forum/#!forum/skyline-dev :) First two things that really stand out there that may be problem are your `ANALYZER_PROCESSES = 15` and `WORKER_PROCESSES =...
@mehmood-007 Do not take this a firm benchmark, however it is definitely possible to push 40000 metrics per minute with 4 CPUs and 4GB RAM on a SSD backed server...
Hi @TLMcNulty @astanway is correct it is the newer pandas version. The Etsy code is no longer functioning as the Python dependencies have started to move over the horizon. I...
Further there is no discernible impact on CPU use / load average changing the `in` to the regular expression match, however the skyline analyzer run_time has increased by 8 seconds...
If this setting is left as undefined, as it is defaulted to now, this is backwards compatible and non-breaking change to the current one to one namespacing. After all you...
":" "(" and ")" should now be handled in v1.0.4-crucible-beta.
Hi @water-e From one user to another. You can do that using the adtk `Pipeline` `Pipe` object and using a`CustomizedTransformer1D` see https://adtk.readthedocs.io/en/stable/notebooks/demo.html#CustomizedTransformer and https://adtk.readthedocs.io/en/stable/notebooks/demo.html#Pipeline it is quite flexible and you...