what is the difference between Dataset.Tabular.register_pandas_dataframe and dataset.register option , which one should I use to register my dataset in Machine learning
what is the difference between Dataset.Tabular.register_pandas_dataframe and dataset.register option , which one should I use to register my dataset in Machine learning
Hi, thanks for reaching out. After creating your dataset, use the register() method to register datasets with your workspace. The Dataset.Tabular.register_pandas_dataframe() method is used to create a TabularDataset from an in memory pandas dataframe and registers the TabularDataset to the workspace. Please review the following document for more details. Let us know if you have any further questions. Thanks.
--please don't forget to Accept Answer if the reply is helpful. Thanks.--
10 people are following this question.