<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is it possible to create a feature store training set directly from a feature store table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12694#M7459</link>
    <description>&lt;P&gt;Rather than joining features from different tables, I just wanted to use a single feature store table and select some of its features, but still log the model in the feature store. The problem I am facing is that I do not know how to create the training set without first creating another dataframe to join with features from the feature store.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 08:52:01 GMT</pubDate>
    <dc:creator>lewit</dc:creator>
    <dc:date>2023-01-11T08:52:01Z</dc:date>
    <item>
      <title>Is it possible to create a feature store training set directly from a feature store table?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12694#M7459</link>
      <description>&lt;P&gt;Rather than joining features from different tables, I just wanted to use a single feature store table and select some of its features, but still log the model in the feature store. The problem I am facing is that I do not know how to create the training set without first creating another dataframe to join with features from the feature store.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 08:52:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12694#M7459</guid>
      <dc:creator>lewit</dc:creator>
      <dc:date>2023-01-11T08:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a feature store training set directly from a feature store table?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12696#M7461</link>
      <description>&lt;P&gt;I did check this but it does not help me sadly. My problem is not necessarily with the Feature Lookups part, but with the create_training_set() function. It demands a df with which one can join the features described by FeatureLookup().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;training_set = fs.create_training_set(&lt;/P&gt;&lt;P&gt;df=training_df,&lt;/P&gt;&lt;P&gt;feature_lookups = feature_lookups,&lt;/P&gt;&lt;P&gt;label = 'rating',&lt;/P&gt;&lt;P&gt;exclude_columns = ['customer_id', 'product_id'])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is specifically with df. I have a feature store table that contains all the information I need, features and label, but as of now I need to create a separate dataframe with an index and my label of choice (which I am extracting from the feature store with read_table()), and then create a training_set joining it with the rest of the features I need from that table. This seems like an unnecessary step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there a way to create the training set without having to create this "index" df first? If I use the multiple feature lookup trick I will still need to inform some df to the create_training_set() command for it to work since it is a mandatory parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 07:46:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12696#M7461</guid>
      <dc:creator>lewit</dc:creator>
      <dc:date>2023-01-13T07:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a feature store training set directly from a feature store table?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12695#M7460</link>
      <description>&lt;P&gt;Hi, Could you please refer &lt;A href="https://docs.databricks.com/machine-learning/feature-store/train-models-with-feature-store.html#create-a-trainingset-using-the-same-feature-multiple-times" target="test_blank"&gt;https://docs.databricks.com/machine-learning/feature-store/train-models-with-feature-store.html#create-a-trainingset-using-the-same-feature-multiple-times&lt;/A&gt; and let us know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 21:03:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-a-feature-store-training-set-directly/m-p/12695#M7460</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-01-12T21:03:09Z</dc:date>
    </item>
  </channel>
</rss>

