Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git mlflow
ff4de88e26
added readme, requirements, dvc remote
2 years ago
b2233e2a99
initial commit
2 years ago
f9dec74e31
added new trained model
2 years ago
ff4de88e26
added readme, requirements, dvc remote
2 years ago
d36282fda1
added new trained model
2 years ago
b2233e2a99
initial commit
2 years ago
ff4de88e26
added readme, requirements, dvc remote
2 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

italicized text# Text Similarity Classification

Forked from PyCaret Examples. Last Update: 08/02/2020
PyCaret Version: 2.0
Author: Alexandre Farias
Email: afarias@tuta.io

Introduction

This task consists in compare two sentences present on the dataset and identify if both have the same meaning.
An Exploratory Data Analysis is made to gain insights about the data, a Topic Modelling to get the features and the classification step, these last two steps are made with the Python Module PyCaret.
Importing the requires modules, PyCaret is imported later to avoid conflicts on the experiments. The dataset used on this work is the Text Similarity hosted on Kaggle, only using the data present on the train set, since the test set has a few samples doesn't has the labels do validate the model.

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...