Paula Ceccon

Results 7 comments of Paula Ceccon
trafficstars

Using the updated code, the same incorrect result is obtained. From the code, after scaling the data: from sklearn.preprocessing import StandardScaler ``` scaler = StandardScaler() scaler.fit(pca_data) data_scaled_test = scaler.transform(pca_data) fpc...

This the output: ``` Package Version --------------------------------- --------------- absl-py 0.15.0 argon2-cffi 21.1.0 astunparse 1.6.3 attrs 21.2.0 Augmentor 0.2.8 backcall 0.2.0 bleach 4.1.0 cachetools 4.2.4 certifi 2021.10.8 cffi 1.15.0 charset-normalizer 2.0.7...

Not sure what you mean but I'm using jupyter notebook, with Python 3.9. And no, restarting it doesn't help. Thanks for the quick responses!

> Thanks a lot @gnestor! `pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge` command installs specific versions of git repo on notion-py well. > > However, I have problem using setuptools to specify the merge...

After following this: http://stackoverflow.com/questions/33863505/oauthpermissionsexception-instagram-api-in-sandbox Traceback (most recent call last): File "followpie.py", line 267, in c,f=likeUsers(MAX_COUNT,0,tag,c,f) File "followpie.py", line 231, in likeUsers paginationId = dataObj["pagination"]['next_max_id'] KeyError: 'next_max_id'

Same problem here (OS X 10.11.3): pip install distributions Collecting distributions Using cached distributions-2.1.0.tar.gz Building wheels for collected packages: distributions Running setup.py bdist_wheel for distributions ... error Complete output from...

Make sure the w/h are multiple of 32. While 608 is, 304 is not.