Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
32 views

I am relatively new to Featuretools but I have ran a few projects locally with Featuretools and I think it is a great tool for ML. I want to introduce this to my team at work. My workplace has our own ...
xavier chen's user avatar
0 votes
0 answers
31 views

In former versions of Featuretools, the column that was used to group by and calculate the primitives was retained in the final output. Check out for example the output of this notebook, cell 8, which ...
Sole Galli's user avatar
  • 1,144
1 vote
0 answers
57 views

I would demonstrate the issue with an example: Let us say we want to use the primitive 'PERCENTILE' Imports: import pandas as pd import featuretools as ft For training (create a simple data with one ...
figs_and_nuts's user avatar
1 vote
0 answers
36 views

I want to create a primitive that would count the number of occurrences of the top n categories in a column The following is my code: import featuretools as ft from featuretools.tests.testing_utils ...
figs_and_nuts's user avatar
0 votes
0 answers
135 views

I am importing package A which is dependent on package B and getting an import error for something within package B. Despite lots of trying, I can't get the dependencies to match, so I want to just ...
Saul5813's user avatar
0 votes
1 answer
96 views

I'm trying to make featuretools and featuretools_tsfresh_primitives in my Jupyter notebook environment. I installed both library using conda conda install -c conda-forge featuretools conda ...
J. Maria's user avatar
  • 436
0 votes
1 answer
69 views

I'm learning how to use Featuretools with this tutorial and I've made it to a snippet which is right below this paragraph: from featuretools.tsfresh import CidCe import featuretools as ft fm, ...
J. Maria's user avatar
  • 436
0 votes
1 answer
64 views

I am using featuretools (1.1x version), I read the docs,and also searched here but still struggle to find how to do simple things like SELECT MIN(datetime_field_1).. I also checked list_primitives() ...
Xue's user avatar
  • 55
1 vote
1 answer
133 views

I want to list every built-in primitive in Featuretool without skip("..."). I know I can use list_primitives() but I don't know how to show everything. import featuretools as ft print(ft....
iSdWiSoWt's user avatar
3 votes
1 answer
87 views

I was trying this exercise in GitHub: https://github.com/WillKoehrsen/automated-feature-engineering/blob/master/walk_through/Automated_Feature_Engineering.ipynb but the code is too old to run on the ...
jasonkim's user avatar
1 vote
1 answer
37 views

My target feature(frame strength) is not an unique value. I have train and test dataset. How can I approach to use Ft? My datasets feature are temperature, hive size, some percentile values, some ...
HMI's user avatar
  • 11
1 vote
1 answer
71 views

I have a set of dataframes/entity set for rugby league/sports data: players, teams, venues, games, team_stats and player_stats players: player_id, player_name teams: team_id, team_name games: game_id, ...
apapa2234's user avatar
0 votes
1 answer
107 views

I am exploring the possibility of implementing Featuretools into my pipeline, to be able to create new features from my Df. Currently I am using a GridSearchCV, with a Pipeline embedded inside it. ...
Ali Kılınç's user avatar
0 votes
0 answers
77 views

I'm using 3 datasets to create EntitySet using featuretools and use deep feature synthesis to generate additional features: entity_set = ft.EntitySet("basketball_players") entity_set....
idunskyi's user avatar
  • 3,149
0 votes
1 answer
86 views

I have my dataframe which I want to add to EntitySet: Unnamed: 0 Year name Pos Age Tm G GS \ 24672 24672 2017.0 Troy Williams SF 22.0 TOT 30.0 16.0 ...
idunskyi's user avatar
  • 3,149

15 30 50 per page
1
2 3 4 5
15