open_source_demos icon indicating copy to clipboard operation
open_source_demos copied to clipboard

A collection of demos showcasing automated feature engineering and machine learning in diverse use cases

Results 11 open_source_demos issues
Sort by recently updated
recently updated
newest added

The make_agg_primitive and make_trans_primitive have been removed from Featuretools We should update our demos to reflect this

The following sentence was not included in the second markdown cell because the Featuretools Time Series Guide was not yet completed > A full explanation of how these terms are...

- Featuretools 1.0.0 has been released and our demos should be updated to the new method calls

- The credit card churn notebook, location [here](https://github.com/alteryx/open_source_demos/blob/main/predict-credit-churn/CreditChurn.ipynb), does not have any code outputs. - This prevents users from just looking at the notebook and seeing how EvalML works.

I have tried to created automated features using only one dataset but it doesnt work. Does it mean I can only use feature tools when I have two or more...

The next error I have found: ![captura](https://user-images.githubusercontent.com/21126465/36724880-d5fe9ff4-1bb4-11e8-8f51-21727ae92f6d.PNG) ![captura1](https://user-images.githubusercontent.com/21126465/36724881-d7dd5360-1bb4-11e8-8d7e-cc198b31b573.PNG) It seems the 'products.csv' file has a non-ASCII character that cannot be decoded.

``` $ python process_data.py Traceback (most recent call last): File "process_data.py", line 1, in import featuretools as ft File "/home/fh/.local/lib/python2.7/site-packages/featuretools/__init__.py", line 5, in from .entityset.api import * File "/home/fh/.local/lib/python2.7/site-packages/featuretools/entityset/__init__.py", line...

Hey, in the notebook, when using: clf.fit(X, y) top_features = utils.feature_importances(clf, features_encoded, n=20) we introduce data leakage, since we select the features on the whole data set. With scikit-learn's pipelines...

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies