Marcel Ackermann
Marcel Ackermann
First of all: Thank you for your amazing software. I am switching from StandardNotes to Joplin, and overall I am having a great experience. I especially hope: Better mobile app,...
Negative constants are already handled by "Found magic number". ## Checklist - [x] I have double checked that there are no unrelated changes in this pull request (old patches, accidental...
### What's wrong WPS complains about -1 being used to often as overused expression. Example: `position = (0, -1)` ### How it should be No violation should be raised. See...
# Rule request ## Thesis ``` # bad a = 1, 2 # good a = (1, 2) ``` ## Reasoning It shocked me to learn that in Python tuples...
### Version 0.42 ### Description `error: cluster.yaml: node_groups: index 0: instance_type: instance type g5.xlarge is not supported by cortex` ### Configuration ``` # cluster.yaml # cluster name cluster_name: cortex-sr #...
**Is your feature request related to a problem? Please describe.** Neurips (and other big conferences) use slideslive video stream to share their content. Currently it's not possible to share this...
``` clf = KNN(metric="cosine") clf.fit(train_data) ``` results in ``` sklearn/neighbors/_binary_tree.pxi in sklearn.neighbors._ball_tree.BinaryTree.__init__() sklearn/neighbors/_dist_metrics.pyx in sklearn.neighbors._dist_metrics.DistanceMetric.get_metric() ValueError: Unrecognized metric 'cosine' ``` Also brute and kd_tree don't support cosine, meaning that cosine...
#### Is your feature request related to a problem? Please describe I'd like to use a sample fraction (float strategy) with RandomOverSampler and RandomUnderSampler. #### Describe the solution you'd like...
Currently, when I open the app multiple times a day, I see the same posts. There is an option to hide read posts. It would be amazing if you could...
The documentation at http://lasagne.readthedocs.io/en/latest/user/installation.html to verify cuda and cudnn installation is outdated. It currently yields: `ValueError: You are tring to use the old GPU back-end. It was removed from Theano....