Jakxna360
Jakxna360

Reputation: 895

How do you update Intellicode Model in Visual Studio Enterprise 2022

I am wondering if there is the feature to retrain my intellicode model through Visual Studio 2022. I did find the question answered in 2019 through the url here: How do I update my IntelliCode model in Visual Studio 2019?

However, that link does not have the path to access that windows shown in the screenshot. I tried looking in the Views/Options section of Visual Studio but I am not able to find anything. Not sure if this is still a feature or not.

Upvotes: 1

Views: 500

Answers (1)

Timothy G.
Timothy G.

Reputation: 9145

You can't find this window anymore. It was removed (or replaced rather by the machine learning model):

the team completions model has been replaced with a deep learning model that provides the same functionality without the need to train new models. The other benefit is none of your code needs to be inferenced against a cloud server to produce a model with this new capability:

You previously could find this window that is referenced in the post you linked to by going to View → Other Windows → Intellicode.

A more detailed blog post can be found here about the deep learning model. You may also find this page helpful with regards to re-training a machine learning model.

Upvotes: 1

Related Questions