[process] load save model - P3chys/textmining GitHub Wiki

Functions: save_features(), load_features()

  • Save/load feature matrices using pickle
  • Binary format for efficient storage

Functions: save_vectorizer(), load_vectorizer()

  • Save/load fitted vectorizer objects
  • Preserves vocabulary and transformation parameters