christiebarron / aiTextDetector

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

Update readData.ipynb #3

Closed GayanMeerigama closed 1 year ago

GayanMeerigama commented 1 year ago

request below to propose these changes.

Remove_Special_CharactersDf=trainDf["essay"].str.replace('\W', ' ', regex=True)