EpistasisLab / EpistasisLab/tpot

TPOT incompatible with current Numpy requirements

Open
#1,300 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
10.1k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

## Context of the issue

I did a pip install for tpot, however, when it tries to instantiate the class OneHotEncoder, the class has one input parameter of dtype, and it uses np.float. `np.float` was a deprecated alias for the builtin `float`.

## Process to reproduce the issue

1. pip install tpot
2. from tpot import TPOTRegressor
3. AttributeError: module 'numpy' has no attribute 'float'.

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.