TheBlitz Introduction to DGLis a 120-minute tour of the basics of graph machine learning. TheUser Guideexplains in more details the concepts of graphs as well as the training methodology. All of them include code snippets in DGL that are runnable and ready to be plugged into one’s own ...
PyG is available for Python 3.9 to Python 3.12. Anaconda You can now install PyG via Anaconda for all major OS/PyTorch/CUDA combinations 🤗 If you have not yet installed PyTorch, install it via conda as described in the official PyTorch documentation. Given that you have PyTorch installed (...
Browse code This sample uses Microsoft Graph to access data in Office 365 by building a Python Django web application using the Azure AD v2 authentication endpoint.PrerequisitesPython (with pip) installed on your development machine. If you do not have Python, visit the previous li...
Numba is an open-source just-in-time (JIT) Python compiler that generates native machine code for X86 CPU and CUDA GPU from annotated Python Code. (Mark Harris introduced Numba in the postNumba: High-Performance Python with CUDA Acceleration.) Numba specializes in Python code that makes heavy ...
Find resources for Microsoft Graph development, including code samples, events, blog posts, and more.
RegexFlow ExecutePython RegexFlow Regular Expression RegoLink for Clarity PPM ReliefWeb (Independent Publisher) Rencore Code Rencore Governance Repfabric Replicate (Independent Publisher) Replicon Resco Cloud Resco Reports RescueGroups (Independent Publisher) Resend (Independent Publisher) REST Countries (Indepen...
In the third post,data processing with Dask, we introduced a Python distributed framework to run distributed workloads on GPUs. In the fourth post, the functionality of cuML, we introduced the Machine Learning library of RAPIDS. In this tutorial, we introduce and showcase the most common functio...
TheREADMEand code examples will teach you how to use the Python SDK. And theUpgrade guidecontains instructions to upgrade from the Python Core library. You can also find the SDK to access the beta endpointhere. Open an issuefor errors you encounter that we didn’t include in o...
The request returns a201 Createdresponse code and the newly created group object in the response body. Note:The response object shown here might be shortened for readability. HTTP HTTP/1.1201CreatedContent-type: application/json{ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#group...
{ "api": "Contacts", "operation": "get contact by id", "showComponents": { "codeGenerator": "true" } } 更新联系人更新联系人的属性。 在请求正文中指定任何可写入 [Contact] 属性。 仅更改指定的属性。 可以仅更新尚未从本地目录同步的联系人(dirSyncEnabled 属性为 null 或False)。成功...