You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from sklearn.linear_model import LinearRegression # model used in case 1
from sklearn.model_selection import train_test_split # splitting data for validation
from sklearn.metrics import mean_squared_error, mean_absolute_error # model evaluation
import shap # feature importance
import transformers
#from datasets import load_dataset
'''
Sentiment analysis: process of identifying and categorizing opinions from pieces of text. Find attitued towards a particular topic is positive, negative or neutral