Luis Quintanilla
Luis Quintanilla
@Oceania2018 can you assign this issue to me. I'll try and take a stab at it. I was trying to see whether implementing the [Keras Transformer recommendation sample](https://keras.io/examples/structured_data/movielens_recommendations_transformers/#create-a-bst-model) is feasible...
Add Azure Machine Learning Workspace support. Here is a 101 sample ARM template to create a workspace. It's a good place to start off implementing workspace creation features. I'd be...
Given the following Python code: ```python a = [1, 2, 3, 99, 99, 3, 2, 1] a1, a2, a3 = np.split(a, [3, 5]) print(a1, a2, a3) ``` Translated to F#:...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
This PR adds [Dev Container support](https://code.visualstudio.com/docs/devcontainers/containers) for CPU and GPUs. This makes it easy for people to automatically configure their development environment and get started. The easiest way is to...
### What happened? While installing 'autogen-core==0.4.0.dev4' on Python 3.13, it failed. Installing 3.12 worked. What's the highest version supported? ### What did you expect to happen? Packages install successfully ###...
Set up a Web API so users can use the library via a REST endpoint. This is also useful for Docker scenarios as well.
Currently Linux and Mac have ARM64 support. Windows appears to only support x64. Please add ARM64 support for Windows.
### Use this [query](https://github.com/Microsoft/botframework-emulator/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen++label%3Aenhancement) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** I am trying to use the Bot Framework...