TransWikia.com

Extracting best model from autokeras

Data Science Asked by Pleban on January 2, 2021

I am using autokeras for my binary classification and i got these results:

clf = ak.StructuredDataClassifier(max_trials=100,overwrite=True)
clf.fit(X_train,y_train, epochs= 1000,validation_data=(X_test,y_test))

enter image description here

and i want to have the best model. I used:

clf.export_model()

and then:

model = tf.saved_model.load(export_dir, tags=None, options=None)

and now i want to check if it really achieve 68 accuracy and what is the structure of this net.

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP