Q: Can I train/use this like Pandas to recognize patterns in text and make predictions based on previous patterns?

akdhazSep 11, 2022
Founder Team
Waldemar_Cogniflow

Waldemar_Cogniflow

May 14, 2024

A: hi!

Yes for sure! you just need to create a text based model and upload a csv file with the labeled data to supervise the learning process.

Then, just wait until Cogniflow can learn the hidden patterns in your data to build the model that later you can use through the rest API to make predictions.

Here you can see how easy is to create a custom text based model with Cogniflow https://docs.cogniflow.ai/en/article/how-to-create-an-ai-service-for-sentiment-analysis-text-data-1kjtxhh/

Happy training!

Share
Helpful?
Log in to join the conversation
Posted: Sep 14, 2022

Is there more examples of input templates to submit sample data? The example template looks very specific to sentiment detection.

Founder
Posted: Sep 14, 2022

Hi, please check out this 2 text complete dataset examples:

News classification (business, entertainment, politics, sport, tech):
https://www.dropbox.com/s/ym9q4mdc9a5dcpb/bbc-news-classification.zip?dl=1

Customer support dataset (27 categories):
https://www.dropbox.com/s/eazid7gfkyxtbb2/bitext_free_dataset.csv.zip?dl=1

Thanks