Model Menyimpan

# Saving the trained model
with open("trained_model.pickle", "wb") as file:
    pickle.dump(mn, file)
Clean Curlew