-
Notifications
You must be signed in to change notification settings - Fork 1.9k
NA Handling #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I may be mistaken, but I think you should be able to use the
|
Unfortunately, both of them has not implemented the ILearningPipeLineItem interface. So I was not able to use the same. |
The name is different in C# API. it is Python and C# are totally two different environments. Since you are accustom to Python, you feel bit uneasy in C#/ML.Net. Once you get familiar with ML.Net environment I believe you will find it more convenient than Python. Let me know where you are facing difficulty I will be able to help...:) |
Additionally, for the ability to experiment easily we're researching and developing additional approaches/UIs for experiments, data transforms and trainings, so it'll be a lot easier than just by using the APIs. |
This will be called complete after adding a sample for MissingValueHandling/Indicator/Replacing transforms. |
System information
Issue
I was trying to work on Titanic kaggle problem and trying to train and I am looking for an example of how to handle Null values.
I have seen handling option but not able to find how to use it in Pipeline.
Between one difference I have seen between Python interfaces and .net is the ability to experiment easily and I am finding it bit harder to do here. If you have any practices it will be helpful if we can discuss here.
The text was updated successfully, but these errors were encountered: