Machinelearning: NA Handling

Created on 10 Jul 2018  路  5Comments  路  Source: dotnet/machinelearning

System information

  • OS version/distro: Windows
  • .NET Version (eg., dotnet --info): 2.1.1

Issue

  • What did you do?
    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.

documentation good first issue

Most helpful comment

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.
That will be coming in future releases, we still cannot comment any further until we make further announcements in previews.
Our goal is to have "the ability to experiment easily" as best in class. Stay tuned! 馃憤

All 5 comments

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 MissingValueHandler. We have a work item #371 where we are going to remove higher level abstraction and use the components directly as mentioned by @jwood803. But for now MissingValueHandler will do your job.

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.
That will be coming in future releases, we still cannot comment any further until we make further announcements in previews.
Our goal is to have "the ability to experiment easily" as best in class. Stay tuned! 馃憤

This will be called complete after adding a sample for MissingValueHandling/Indicator/Replacing transforms.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daholste picture daholste  路  3Comments

maxt3r picture maxt3r  路  3Comments

sfilipi picture sfilipi  路  4Comments

darren-zdc picture darren-zdc  路  3Comments

bs6523 picture bs6523  路  4Comments