-
1. 还是老问题,连接 VPN 之后监听的端口失效。
2. 注册账号默认有 1MB 流量,然后 @xxnet 又给了 110GB,用完那 1MB 后,流量剩余居然成了两个 110GB,且到期时间相同,总流量为 220GB,不知是临时的显示 Bug,还是流量真的计算错误了。
---
### 以下是建议0.0
1. 在状态页加上监听地址,就像 GAEProxy 里的 127.0.0.1:8087 一…
-
Firstly, show the code:
```
km = joblib.load(filename)
cluster_labels = km.predict(X)
silhouette_avg = silhouette_score(X, cluster_labels)
# Compute the silhouette scores for each sample
sample_silho…
-
Lifestyle shouldn't be with health or medical.
Health and medical definitely together just call it health(things you have to do to make your life better)
LIfestyle category should contain Sports (th…
-
I and Austin has spend a long time on that. the document of `scipy` is terrible there are variable that cannot find any reference to.
for now we can print from the back-end how the cluster is divided…
-
Slight modification of the parameters (cluster_std=0.7) in the demo code: http://scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
```
X, labels_true = make_blobs(n_samples…
-
hi,
## it should be a typo in file sklearn\metrics\cluster\bicluster\bicluster_metrics.py. here pasted the exception stack:
ImportError Traceback (most recent call…
-
if session is different from the default in Silhouette Score Options, let that div open.
default can be found in helper/constant.py :: DEFAULT_HIERARCHICAL_OPTIONS
the value of that option is in ses…
-
_Migrated from Google Code (issue 264)_
-
With scikit-learn 0.15.2, numpy 1.9.1, python 2.7.8 (on OS X), the following code segfaults:
```
import numpy
import sklearn.cluster
numpy.random.seed(1)
X = numpy.random.random((50000, 100))
model …
-
Scikit-learn 16.1
import sklearn
from sklearn.cross_validation import cross_val_score
---
ImportError Traceback (most recent call last)
in ()
1 import sklearn
…