I am trying to train same ExtraTreeClassifier using same dragnet_dataset, but i am getting very small sized model pickle file and prediction accuracy is also very poor as compare to the existing model.
Original model file size - ~50MB
New model file size - 447KB
Am i doing any mistake in training? any help is appreciated.