recipes-regression-template
recipes-regression-template copied to clipboard
Template repo for kickstarting recipes for regression use case
Can add support to Unity Catalog registered models? It would be helpful to apply to UC new features.
Fixed command to install python packages. Added the -r flag to the command `pip install requirements.txt` ## What changes are proposed in this pull request? * Corrected the dependency installation...
Hey devs, Are there plans of creating Recipe templates for LLM use case, specifically for HuggingFace integration? If yes, do we have a timeline? If no, how can I help/contribute?
Would like to get it working with models that arent always constrained to X,y fit and predict like sklearn models. Such models include Prophet, ARIMA from statsmodels, and pytorch models...
in case there is some stuff that needs to be saved for example at the splitting stage, is there any way to do that and load it in one of...
Is there any way to define a custom step within the pipeline?
I was wondering if a feature is already deployed to support cross-validation training. Thanks,
Hi, I have a problem with obtaining and logging the metrics showing as step cards into the log of my models. I appreciate if you can provide any helpful resources...
Hi, Once my model is trained and model uri or run_id is generated, I like to register the model and have access to it through the UI. Using the same...
The criteria made inside create_data_filter is just applied to train dataset while validation and test dataset just left as it is. Any idea what should we do to change it?