Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sviluppo del modello in un'istanza di notebook gestiti
Questa pagina descrive i modi comuni per sviluppare un modello di machine learning (ML)
nei notebook gestiti di Vertex AI Workbench. Puoi utilizzare
pacchetti Python preinstallati comunemente utilizzati per lo sviluppo di modelli ML,
l'addestramento personalizzato di Vertex AI e BigQuery ML.
Pacchetti Python comuni
Per impostazione predefinita, le istanze di notebook gestiti sono preinstallate
con pacchetti Python comunemente utilizzati per lo sviluppo di modelli.
Importa questi pacchetti nel file del notebook e saranno pronti all'uso.
Utilizzando BigQuery ML, puoi addestrare modelli che utilizzano
i tuoi dati BigQuery, il tutto all'interno
della tua istanza di blocchi note gestiti.
Ad esempio, utilizzando il client Python per BigQuery, puoi inviare comandi SQL dal file del notebook per creare un modello e poi utilizzarlo per ottenere previsioni batch.
BigQuery ML utilizza il motore di calcolo BigQuery, quindi non devi eseguire il deployment delle risorse di calcolo necessarie per le previsioni batch o l'addestramento del modello.
In questo modo è possibile ridurre il tempo necessario per configurare l'addestramento, la valutazione
e la previsione.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-10 UTC."],[],[],null,["# Model development in Vertex AI Workbench managed notebooks\n\nModel development in a managed notebooks instance\n=================================================\n\n\n| Vertex AI Workbench managed notebooks is\n| [deprecated](/vertex-ai/docs/deprecations). On\n| April 14, 2025, support for\n| managed notebooks will end and the ability to create managed notebooks instances\n| will be removed. Existing instances will continue to function\n| but patches, updates, and upgrades won't be available. To continue using\n| Vertex AI Workbench, we recommend that you\n| [migrate\n| your managed notebooks instances to Vertex AI Workbench instances](/vertex-ai/docs/workbench/managed/migrate-to-instances).\n\n\u003cbr /\u003e\n\nThis page describes common ways to develop a machine learning (ML) model\nin Vertex AI Workbench managed notebooks. You can use\npre-installed Python packages that are commonly used for ML model development,\nVertex AI custom training, and BigQuery ML.\n\n### Common Python packages\n\nBy default, managed notebooks instances are pre-installed\nwith Python packages that are commonly used for model development.\nImport these packages into your notebook file and they are ready to use.\n\n### Vertex AI custom training\n\nYou can use [Vertex AI custom training](/vertex-ai/docs/training/overview)\nto create and train models from within\nyour managed notebooks instance.\n\n[Install one of the Vertex AI\nclient libraries](/vertex-ai/docs/start/client-libraries) on your\ninstance, or use the [Vertex AI API](/vertex-ai/docs/reference/rest)\nto send API requests from a Jupyter notebook file.\n\n### BigQuery ML\n\nUsing [BigQuery ML](/bigquery-ml/docs), you can train models that use\nyour BigQuery data, all from within\nyour managed notebooks instance.\nFor example, by using the [Python client for\nBigQuery](/python/docs/reference/bigquery/latest),\nyou can send SQL commands from your notebook file\nto create a model, and then use the model to get batch predictions.\n\nBigQuery ML leverages the BigQuery computational engine,\nso you don't need to deploy the compute resources\nrequired for batch predictions or model training.\nThis can reduce the time it takes to set up training, evaluation,\nand prediction.\n\nWhat's next\n-----------\n\n- To learn more about Vertex AI custom training, see\n [Understand the custom training service](/vertex-ai/docs/training/understanding-training-service).\n\n- To learn more about BigQuery ML, see\n [What is BigQuery ML?](/bigquery-ml/docs/introduction)"]]