Just copy the code and send it to your analyst to repeat!
Upgini will quickly generate a quality report.Ask your analyst to send it to you to check the result.
%pip install -Uq upgini
# read labeled data
df = pd.read_csv("/content/Reviews.csv")
from upgini import FeaturesEnricher, SearchKey
# map data
enricher = FeaturesEnricher(
search_keys={'Date': SearchKey.DATE,
'IP_address': SearchKey.IP
},
generate_features=['text_review']
)
# launch fit step
enricher.fit(df[['Date','IP_address','text_review']],
df['fraud_label'])
# launch enrichment step
df_enriched = enricher.transform(df)
No credit card required. No time limit on Free plan