ibex
ibex copied to clipboard
Pandas Adapters For Scikit-Learn
ibex version: 0.1.0 sklearn version 0.20.2 When I run `import ibex.sklearn.preprocessing`, I get >C:\Users\Cosmo\.virtualenvs\intra-day-factor-Yh93l3eB\lib\site-packages\sklearn\utils\deprecation.py:58: DeprecationWarning: Class Imputer is deprecated; Imputer was deprecated in version 0.20 and will be removed in...
```python import pickle import numpy as np import pandas as pd from ibex.sklearn.preprocessing import Imputer from pandas.testing import assert_frame_equal df_in = pd.DataFrame({'x': [1, np.nan, 3]}) expected_output = pd.DataFrame({'x': [1., 2.,...
We often write our own custom transformers. How can Ibex wrap those classes that are not loaded as part of the sklearn, kera etc. modules.
https://conda-forge.org/#add_recipe
Cell 15 has old output (graph appears twice, in cell 15 and cell 16, only output of cell 16 should be kept). Also, perhaps a closing remark in the text...