Baconnier Loic
Baconnier Loic
It's append during google collab session. mlt=AutoML(mode='Compete',ml_task='binary_classification',algorithms=['Nearest Neighbors'],results_path='/content/drive/MyDrive/caggle_automl') Thanks AutoML directory: /content/drive/MyDrive/caggle_automl The task is binary_classification with evaluation metric logloss AutoML will use algorithms: ['Nearest Neighbors'] AutoML will stack models...
Will be great if we could load more models in the same container and switch between them using model name
### Bug Description It's look like the llm especially temperature set into the settings are not used in : get_response_synthesizer from llama_index.core import get_response_synthesizer, DocumentSummaryIndex, PromptTemplate from .templates import load_prompts...
Hello, If we update pydantic lib to last version V2 we have a model_dump problem. Thanks