-
I'm using the averaged perceptron method in a mutliclas scenario. So my training data consists of predictions for more then one type, say types ABC, DEF and GHI. Once trained I can get the overall met…
-
@justinormont and the text team tuned default n-gram lengths for the default text recipe in the internal repo
These defaults are:
Word -- bigrams (w/ unigrams)
Character -- trigrams (w/o unigrams…
-
I was unsure if I should ask here or on Stack Overflow.
(SO have less than 400 questions with the `ml.net`-tag, so I doubt there is a critical mass of people who bother to to follow the tag)
**T…
-
### Issue
Using the Averaged Perceptron Binary Classifier in the Pipeline:
~~~~
var pipeline =
//Other things in the pipeline
.Append(mlContext.BinaryClassification.Trainers.AveragedPerceptron(le…
-
We have a few types inside `IPredictor.cs` that are perhaps useful for internal infrastructure, but are not directly useful from the point of view of the `IEstimator`/`ITransformer`/`MLContext` public…
-
First of all thank you for the great library!
My question is simple: I want to predict next period price with pre-computed history values.
I have over 30 rows data for each price.
Price and datas a…
-
DeprecationWarning: `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specific…
-
**Describe the bug**
`pip install textattack` with error message `ERROR: Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to …
-
@srsaggam and I were looking at the sentiment analysis sample:
https://github.com/dotnet/machinelearning-samples/blob/a79ced6c6bb788c2189d81e5993863e15cf8be0c/samples/csharp/getting-started/BinaryC…
-
Error occured with 'cfg_path', 'am_model', 'am_params' are not none. So, local variable 'tag' must be assigned.