Alex Fedotov

Results 4 issues of Alex Fedotov

I'm trying to save an experiment with a freshly 'attached' MapData object created by **.fetch_trial_data_multi**. The new data is supposed to replace the existing data, stored in the data_v2 table,...

In particular: If you archive or store a generation strategy as json, then ingest it back and transform into an object with the help of **generation_strategy_from_json()** function the attached **_experiment**...

bug

What exactly does the parameter 'self' in the function confluence.append_page(self, ...) on this page https://atlassian-python-api.readthedocs.io/confluence.html mean? How am I (of somebody else for that matter) supposed to call this function?...

You need to specify the names of the arguments. NOT : `ax = sns.lineplot(x, dist.Beta(w + 1, n - w + 1).log_prob(x).exp())` but : `ax = sns.lineplot(x=x, y=dist.Beta(w + 1,...