automl / automl/paramsklearn

ProjLogit emits FutureWarning

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
8
Forks
7
PR merge metrics
No merged PRs in 30d

Description

ProjLogit can emit the following FutureWarning, meaning that it will most likely not work with the next version of numpy:

```
/home/feurerm/virtualenvs/autosklearn3/lib/python3.4/site-packages/ParamSklearn/implementations/ProjLogit.py:76: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
if self.w0 == None:
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.