Bryan Galindo
Bryan Galindo
example of load/save flow for sklearn model flavor from mlflow quickstart. ```py from sklearn.datasets import load_diabetes from sklearn.ensemble import RandomForestRegressor from sklearn.model_selection import train_test_split import mlflow from mlflow.models import infer_signature...
Experimental flavors, so we can probably prioritize these last? - [John Snow Labs (johnsnowlabs) (Experimental)](https://mlflow.org/docs/latest/models.html#john-snow-labs-johnsnowlabs-experimental) - [LangChain (langchain) (Experimental)](https://mlflow.org/docs/latest/models.html#langchain-langchain-experimental) - [OpenAI (openai) (Experimental)](https://mlflow.org/docs/latest/models.html#openai-openai-experimental) - [SentenceTransformers (sentence_transformers) (Experimental)](https://mlflow.org/docs/latest/models.html#sentencetransformers-sentence-transformers-experimental) - [Transformers (transformers)...
> @bryangalindo we should come up with the Hamilton UX to help guide this. i.e. what's the API we want to expose for Hamilton? Ok let's chat during our sync....
### High-level tasks: #### Analysis: - [ ] (1 hour) Create "hello, world!" version of load_model/log_model to understand mlflow (debug, print stmts, etc). - [ ] (30 min) Observe directories/files...