Hi, how to predict from bunch of multiple words assign to sepcific document and if I give input as "book my cab" then it should return me specific document includes cab related words.
@huongtruongthu47733 жыл бұрын
so touching for an excellent video
@akshayabnave54555 жыл бұрын
How to set command timeout if query takes more than 30 seconds which is default.
@JonWood5 жыл бұрын
At this time, I don't think ML.NET allows you to change it. However, using the SqlCommand, I believe there is a CommandTimeout property that you can update.
@akshayabnave54555 жыл бұрын
Jon Wood ok got it. Thank you
@JonWood5 жыл бұрын
@Akshay Abnave Looking through the issues and it does look like this is being worked on - github.com/dotnet/machinelearning/pull/4494
@malexandersalazar5 жыл бұрын
Hi. What's the difference between line 60 "Feature" and line 61 "FeatureS"? I don't understand that part. In line 62 we are using "Features".
@JonWood5 жыл бұрын
Whoops! That was a typo. I need to start using variables and the "nameof" keyword more to prevent that.
@SyedMSawaid13 жыл бұрын
Can I use PostgreSQL with it?
@JonWood3 жыл бұрын
Oh, good question! I believe the Database Loader only works with SQL Server, but I can definitely work on a video showing getting data with PostgreSQL and using it in ML.NET.