© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
2 replies
Sebi | hrkrx

✅ ML.net multiple Features

Hey 🙂

I have a ML pipeline which looks like this (see image for details)
IEstimator<ITransformer> dataPrepEstimator = 
mlContext.Transforms.Text.FeaturizeText("Features", "Name")
.Append(mlContext.Transforms.Concatenate("Features", features))
.AppendCacheCheckpoint(mlContext);
IEstimator<ITransformer> dataPrepEstimator = 
mlContext.Transforms.Text.FeaturizeText("Features", "Name")
.Append(mlContext.Transforms.Concatenate("Features", features))
.AppendCacheCheckpoint(mlContext);


I thought concatenate would add the features to the Features column, but it creates a second one.
When training it does only seem to use the last created Features column.

How do I merge(?) the two columns into one feature vector?
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ ml.net email
C#CC# / help
4y ago
❔ ML.NET ForeCasting Related Question
C#CC# / help
3y ago
Choosing a model in ML.NET
C#CC# / help
16mo ago