Is your feature request related to a problem? Please describe.
- Notebook explaining how to bring you own sklearn model to cloud.
- Probably add data preprocessing + pipelining if possible
- Fill in the blanks (FIB), at least 10 lines of FIB code
Describe the solution you'd like
- Using NLP problems? Simple News Feed sentiment analysis would be cool 😎
- Data pipelining can include:
Text Cleaning --> Bag of Word --> TFIDF Vectorizer --> Model
- Model can include one or two from but not limited to:
- KNN
- K-Means or Gaussian Mixture
- Ridge Classifier
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Text Cleaning-->Bag of Word-->TFIDF Vectorizer-->Model