Timo Kaufmann
Timo Kaufmann
You're right, `sklearn` returns `0.0` for both cases. The more I think about this the less sure I am that defining values for these cases is a good idea. The...
Since the experiments have been removed, there is only one remaining place this is used (the `Visualize-NeuralNetwork` notebook). Its probably best to just inline the relevant functionality there.
I can't get the code in that notebook to run. First of all, it depends on `pydot` which we don't currently declare as a dependency. When one installs that, it...
@kiudee, I would take your slack comments to mean that the top-level `csrank.__all__` should contain - Choice Functions - AllPositive - FATEChoiceFunction - FATELinearChoiceFunction - FETAChoiceFunction - FETALinearChoiceFunction - GeneralizedLinearModel...
For the public record, @kiudee agreed in slack. Also the python conventions seem to agree with a two-level hierarchy: https://www.python.org/dev/peps/pep-0423/#avoid-deep-nesting
I'm sorry, its been a while and I don't quite remember what I meant myself with comment https://github.com/kiudee/cs-ranking/pull/115#issuecomment-615177346. Does this mean all those functions should be directly accessible from `csrank`...
> The best would be if pylint would support linting from stdin ([PyCQA/pylint#1187](https://github.com/PyCQA/pylint/issues/1187)). Looks like that is implemented now :tada:
I'm having the same issue on arch. Specifically, its caused by `textwidth` failing: ``` $ textwidth '-*-fixed-medium-*-*-*-12-*-*-*-*-*-*-*' 'str' error, cannot load font: '-*-fixed-medium-*-*-*-12-*-*-*-*-*-*-*' ``` Just commenting out those lines "fixes"...
For what it's worth, I came up with this config to run the black python code formatter: ```nix let nix-pre-commit-hooks = import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master"); pkgs = import {}; in {...
Related: When vim is running and I change the `.envrc` it sometimes shows a warning (mentioning that I need to `allow`) and sometimes it doesn't. I have no issue with...