Vishal Patil

Results 7 issues of Vishal Patil

Use Rust lifetime annotation instead of Rc RefCell for the environment.

enhancement

Changes to remove Rc RefCell

enhancement

``` -- Unit munge.service has begun starting up. Jun 15 20:34:10 controller systemd[1]: munge.service: control process exited, code=exited status=1 Jun 15 20:34:10 controller munged[5006]: munged: Error: Failed to check keyfile...

Hit the following exception /usr/local/lib/python2.7/dist-packages/bayes_logistic/bayes_logistic.py in logistic_prob(X, w) 62 63 # calculate logitstic probability ---> 64 pr = np.exp(z) 65 66 pr = pr / (1. + pr) AttributeError: 'float'...

@mariusvniekerk @parente @ericdill This PR fixes the problem mentioned in issue-3

Hit the following exception while using the bayes_logistic module vpati011@Shlokster:~/Downloads$ python parkisons.py Traceback (most recent call last): File "parkisons.py", line 71, in w_prior, H_prior, solver = 'BFGS') File "/usr/local/lib/python2.7/dist-packages/bayes_logistic/bayes_logistic.py", line...