Mikhail Andronov
Mikhail Andronov
Hi! I have the following problem. I parse a line like OID1|tag: writecache|value=...,vlist=..., but I don't want this line to set value to OID1. I want to make it set...
```python col_to_me = ['numberOfDaysActuallyPlayed'] @register def days_me(df): return (stl.make_mean_encoding(col_to_me, 'target'))(df) ``` only source will be saved, no info about col_to_me bad codestyle, we need to define such variables inside of...
It looks like there is no way to pass a `timeout` argument to the `urlopen` function within the `get_compouds` function. Could you please add such an option?
I have a task that requires USPTO with only sanitizable molecules but also with CXSMILES information retained. However, if I keep CXSMILES, the "remove_unsanitizable" pipeline step tries to sanitize products...