Ensure Model Builder references are removed.
Link to appropriate reference sections
Spell check
Content
Remove "Unknown => " from the pipeline. Rename "Pipeline" to "Trainer". Add parameters column.
The readme.md links that automatically open visual studio is a great experience if you have the notebook extension installed. However, if you don't have the notebook extension installed when you first come to the site (👋 ), then nothing happens when you click on the link and it seems like something...
Thanks @andrasfuchs for trying out the notebooks and providing feedback:
This feedback is specific to the Training and AutoML notebook, but it's also good feedback in general to follow across notebooks.
The capitalization of "ML.NET" is not consistent in the document
The "This notebook is unde...
Within these interactive notebooks, I am unable to find any examples on how to get a user's input? As I try Console.ReadLine() it proceeds to execute the next line of code.
Example:
string []answer = new string[10];
for(int i = 0; i < answer.Length; i++)
{
answer[i]= Console.ReadLine();
}
With th...
I had forked this repository and started to translate it to Ukrainian (the first notebook is done).
But there are two versions of each notebook (dib and ipynb). I don't want to double my work.
Which one is better to choose?
What is the reason to support two versions of notebooks?
I have an idea to translate this into Sinhalese (Sri Lanka).
If I create a new branch on my local repo, will it be merged as a separate branch at the base?
Thanks