Kaganapan
Mar 31, 11 PM - Abr 2, 11 PM
Ang pinakamalaking Tela, Power BI, at SQL learning event. Marso 31 – Abril 2. Gamitin ang code FABINSIDER upang makatipid ng $ 400.
Magparehistro naHindi na suportado ang browser na ito.
Mag-upgrade sa Microsoft Edge para samantalahin ang mga pinakabagong tampok, update sa seguridad, at teknikal na suporta.
The Synapse Data Science software as a service (SaaS) experience in Microsoft Fabric can help machine learning professionals build, deploy, and operationalize their machine learning models in a single analytics platform, while collaborating with other key roles. This article describes both the capabilities of the Synapse Data Science experience, and how machine learning models can address common business problems.
Some of the end-to-end AI samples require other libraries for machine learning model development or ad hoc data analysis. You can choose one of these options to quickly install those libraries for your Apache Spark session.
Use the Python inline installation capabilities- for example, %pip
or %conda
- in your notebook, to install new libraries. This option installs the libraries only in the current notebook, and not in the workspace. Use this code to install a library. Replace <library name>
with the name of your library: imblearn
or wordcloud
.
# Use pip to install libraries
%pip install <library name>
# Use conda to install libraries
%conda install <library name>
To make your libraries available for use in any notebooks in the workspace, you can use a Fabric environment for that purpose. You can create an environment, install the library in it, and then your workspace admin can attach the environment to the workspace as its default environment. For more information on setting an environment as the workspace default, see Admin sets default libraries for the workspace.
Mahalaga
Library management at the workspace setting is no longer supported. You can follow "Migrate workspace libraries and Spark properties to a default environment" to migrate existing workspace libraries to an environment and attach it as the workspace default.
These tutorials provide end-to-end samples for common scenarios.
Build a model to predict the churn rate for bank customers. The churn rate, also called the rate of attrition, is the rate at which customers stop doing business with the bank.
Follow along in the predicting customer churn tutorial.
An online bookstore wants to provide customized recommendations to increase sales. With customer book rating data, you can develop and deploy a recommendation model to make predictions.
Follow along in the training a retail recommendation model tutorial.
As unauthorized transactions increase, real-time credit card fraud detection can help financial institutions provide customers faster turnaround time on resolution. A fraud detection model includes preprocessing, training, model storage, and inferencing. The training part reviews multiple models and methods that address challenges like imbalanced examples and trade-offs between false positives and false negatives.
Follow along in the fraud detection tutorial.
With historical New York City property sales data, and Facebook Prophet, build a time series model with trend and seasonality information to forecast what sales in future cycles.
Follow along in the time series forecasting tutorial.
Apply text classification with word2vec and a linear regression model in Spark, to predict whether or not a book in the British Library is fiction or nonfiction, based on book metadata.
Follow along in the text classification tutorial.
Estimate the causal impact of certain medical treatments on an individual's behavior, with an uplift model. Touch on four core areas in these modules:
Follow along in the causal impact of medical treatments tutorial.
Train multiple models on historical data, to predict mechanical failures such as temperature and rotational speed. Then, determine which model is the best fit to predict future failures.
Follow along in the predictive maintenance tutorial.
Predict future sales for superstore product categories. Train a model on historical data to do so.
Follow along in the sales forecasting tutorial.
Kaganapan
Mar 31, 11 PM - Abr 2, 11 PM
Ang pinakamalaking Tela, Power BI, at SQL learning event. Marso 31 – Abril 2. Gamitin ang code FABINSIDER upang makatipid ng $ 400.
Magparehistro naPagsasanay
Learning path
Explore the data science process and learn how to train machine learning models to accomplish artificial intelligence in Microsoft Fabric. (DP-604T00)
Sertipikasyon
Microsoft Certified: Azure Data Scientist Associate - Certifications
Manage data ingestion and preparation, model training and deployment, and machine learning solution monitoring with Python, Azure Machine Learning and MLflow.