-
People
:bowtie:
:smile:
:simple_smile:
:laughing:
:blush:
:smiley:
:relaxed:
:smirk:
:heart_eyes:
:kissing_heart:
:kissing_closed_eyes:
:flushed:
:relieved:
:satisfied:
:grin:
:wink:…
-
This doesn't give a helpful error message:
``` python
from sklearn.metrics.cluster import silhouette_score
import numpy as np
random_state = np.random.RandomState(seed=0)
random_clusters = random_sta…
-
Apparently I introduced a last minute regression here: https://github.com/scikit-learn/scikit-learn/commit/f0f174b74fd9684748e7c425b74909272e6ab22d#commitcomment-14775170
Not sure if that deserves a …
-
I am developing a bot with the Bot Framework. When receiving a message I need to detect emojis sent in the incoming message.
I was thinking of using a regex to do this but I am not able to. The pro…
-
It might be useful to add a metrics module to FreeDiscovery so that given a truth file, the efficiency of clustering / duplicates detection can be checked solely with the REST API. Currently this requ…
-
In the Scorer.py file it is mentioned in the header that:
``y`` is the
ground truth labeling (or ``None`` in the case of unsupervised models)
However the _PredictScorer function will crash if y…
-
There is a Doc to explain how to configure Nginx ?
I Copy&Paste restyaboard.conf in /etc/nginx/site-availaible|enable/ and rename server_name but i get a 403 error.
-
There is an issue with the Handling block on the Vehicle creation sheet. the minimum Handling score it allows is 0 yet almost all Silhouette 5 or above ships have handling ratings in the negative numb…
-
Looking into this now
-
A small bug in the dendrogram UI is that you have to click the `Get Dendrogram` button a second time to generate the silhouette score. I was intending to address this in Lexos 3.5, but there is an ass…