Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 459 Bytes

mldatautils

Common modules for both experiments and deployments. This module contains following functions

  • common logger
  • model and data management on S3
  • extract lemmatized word list from parsed sentence with Japanese Tokenizer(Currently, only MeCab is supported)
  • create sentence vector using Doc2Vec, word2vec, fasttext and tfidf
  • get DataFrame from SqlAlchemy
  • create HyperDash callback

Install

pip install mldatautils

Usage

TBD