Kornel Kiełczewski
Kornel Kiełczewski
- Now you can choose between warn and error in linter. Error results in a compilation error, whereas warn in a compilation warning (suprisingly enough :) Don't know why, but...
- README.txt renamed to README.txt and added information about a maven build. - Test fix, on my 64bit 1.7.0_51 java this seems to be correct The ant-only information in the...
I am trying to learn the parameters of a Weibull distribution, but after the first iteration the gradients turn None: ```python import tensorflow as tf from tensorflow_probability import distributions as...
I think this should be good to go with a new version of elm. I'm not an expert however :)
Currently `sklearn.metrics.ranking._binary_clf_curve` is (the way I understand the underscore) an internal API method. Whenever there is a need to work with a different tradeoff than precision / recall or roc...
**Describe the bug** The return type for DataFrame/Series.squeeze is currently specified as Scalar, which is incomplete. According to the official documentation (pandas.DataFrame.squeeze and pandas.Series.squeeze), the correct return type should be...