ivywze
ivywze
There is a way to [use Jupyter Notebook as PPT](https://zhuanlan.zhihu.com/p/47418033)
> Excellent. I re-open this thread and mark as discussion. > > @ivyWANG958 have you tested this yourself? No, but I have seen some [live examples](https://github.com/damianavila/RISE), this was used for...
> can you print the “loadMoreButton”? See if the element is correctly located and selected. It yields `invalid selector: Compound class names not permitted`, I follow the trick [here](https://stackoverflow.com/questions/37771604/selenium-compound-class-names-not-permitted) solved...
But another error occured `NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused'`. I am wondering, instead of trying to click the button, is there other way to...
In `sklearn.cluster.KMeans` if set `( init=’random’)`, seems the centroid will be randomly picked. And if random to choose centroids and run for many times but obey the same result, I...
If the dataset has infinite many data points, seems under some distance constrictions the data shape like Paraboloid may result in just only one non-empty cluster. But for the dataset...
Hi guys, I found are at least two papers that have mentioned this dataset [Detect Rumors on Twitter by Promoting Information Campaigns with Generative Adversarial Learning -- WWW 2019](https://github.com/majingCUHK/Rumor_GAN) and...