Shaun Read

Results 7 comments of Shaun Read

I'm having the same problem. I've changed my conf file directories and the NEO4J_HOME and NEO4_CONF in order to have write permissions in the data directories but then `neo4j version`...

I'm also experiencing this still on server side. I am submitting multiple v. big queries and it seems to happen randomly (maybe because I'm close to the timeout. Is there...

This only occurs for me in a specific circumstance: ``` import smogn import pandas as pd df = pd.DataFrame(pt.transform_x(X_train), columns=labels) df['logl'] = pt.transform_y(y_train) oversampled_train = smogn.smoter(data = df.iloc[:N], y =...

Ah ok that makes sense, `cutoff=None` raises errors though, so I guess for now it's easier to just set `cutoff=inf` for my purposes.

Its an attribute error, trying to copy a `None` ``` ITER SAMPLES LOG_L STABLE 0 5000 -2.383 3 Traceback (most recent call last): File "/local/home/sread/Apps/anaconda/envs/pymc3-uptodate/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2963, in run_code exec(code_obj,...

Sure. It is here: `logL, U = pygmmis.fit(gmm, data, init_method='kmeans', w=0.01, cutoff=None, tol=1e-6, rng=rng, maxiter=1)`