Made-With-ML
Made-With-ML copied to clipboard
Learn how to design, develop, deploy and iterate on production-grade ML applications.
Hi @GokuMohandas, I was trying to run the data engineering lessons in my local. The tags dataset don't have id column so inside dbt cloud development when we run this...
@GokuMohandas can you help me figure this out
How to download? ``` from madewithml.data import stratify_split ```
To fix vulnerabilities in the mlflow package Relative Path Traversal mlflow is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and...
github -> GitHub
Error: ``` 2024-05-25 13:42:16,677 ERROR services.py:1222 -- Failed to start the dashboard , return code 1 ... File "C:\madewithml\venv\lib\site-packages\ray\dashboard\modules\dashboard_sdk.py", line 10, in from pkg_resources import packaging ImportError: cannot import name...
In the section 'Machine Learning' in the 'Foundations' course, there is a code block in the 'Inference' sub-section: `# Unstandardize predictions pred_infer = model(X_infer).detach().numpy() * np.sqrt(y_scaler.var_) + y_scaler.mean_ for i,...
Tolearn
Hi, I'm facing some issues with Ray when running it locally on my mac (M1, Sonoma 14.1.1). I wonder whether for those of us running locally, a different configuration or...