Airline-sentiment-2-w-aa Download

Dataset info

Creative Commons

CrowdFlower

pip install mit-d3m

3.5 MB

Download Instructions


from mit_d3m import load_dataset

dataset = load_dataset('Airline-Sentiment-2-w-AA')

X = dataset.X
y = dataset.y
context = dataset.context

Best Pipeline

0.9122267219343152

mlprimitives.preprocessing.ClassEncoder

mlprimitives.text.TextCleaner

mlprimitives.feature_extraction.StringVectorizer

sklearn.preprocessing.Imputer

xgboost.XGBClassifier

mlprimitives.preprocessing.ClassDecoder

mlprimitives.preprocessing.ClassEncoder#1

mlprimitives.text.TextCleaner#1

"language": multi

"column": texts

"lower": true

"accents": true

"stopwrods": true

"non_alpha": true

"single_chars": true

mlprimitives.feature_extraction.StringVectorizer#1

"features": auto

"input": content

"decode_error": ignore

"analyzer": word

"lowercase": true

"binary": false

"max_features": 118

sklearn.preprocessing.Imputer#1

"missing_values": NaN

"axis": 0

"copy": true

"strategy": mean

xgboost.XGBClassifier#1

"n_jobs": -1

"n_estimators": 892

"max_depth": 3

"learning_rate": 0.3609488908124222

"gamma": 0.7054507007578249

"min_child_weight": 8

mlprimitives.preprocessing.ClassDecoder#1

Airline-sentiment-2-w-aa

ColIndex ColName ColType Role