christiebarron / aiTextDetector

A project aimed at identifying when a written text was generated by an AI.
5 stars 3 forks source link

Data visualization & Descriptive statistics #6

Open GayanMeerigama opened 1 year ago

GayanMeerigama commented 1 year ago

Descriptive statistics of human-generated data

GayanMeerigama commented 1 year ago

word_freq=Remove_Special_CharactersDf['words'].str.split(expand=True).stack().value_counts() word_freq.describe()

count 49885.000000 mean 97.345294 std 2092.043625 min 1.000000 25% 1.000000 50% 1.000000 75% 3.000000 max 220988.000000