ProjLogit emits FutureWarning
Open
- 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.