Evgeniy
Evgeniy
> Hi, @jenoOvchi ! We added istio support to our flink clusters ( which are currently managed by this operator ), by turning on istio injection on the namespace and...
***UPDATE*** I'm trying to add "sampling" section to config.json, but error still there: ```python import json config = { "data_format":{ "separator":",", "header":False, "date_column":None }, "column_mapping":{}, "dashboard_tabs":["regression_perfomance"], "pretty_print":True, "sampling": { "reference":...
> Hi @jenoOvchi, In one of the recent updates, we changed the structure of `config.json`, and `dashboard_tabs` should be a dictionary. > > You can see an example of `config.json`...
> Oh, sorry, my bad, In your code snippet, you are incorrectly writing JSON to file. > > Should be something like: > > ```python > with open('config.json', 'w') as...
> Thanks for reporting this. We will check and fix this. Thanks!
> Hi @wvz754 , thank you for reporting this! > > Recently we had an API update, so could you please check, if you imported DataDriftTab like this: `from evidently.dashboard.tabs...
> > First of all, thanks for this lib and your effort. > > I was not able use market order, so I fixed it. :) > > sorry, I...