<?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 Re: What programming frameworks and languages can be used with Databricks Feature Store in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35082#M1829</link>
    <description>&lt;P&gt;There are four languages available namely Python, SQL, Scala and R.&lt;/P&gt;&lt;P&gt;U can also use SQL in Python notebook using magic commands like %sql.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 07:33:17 GMT</pubDate>
    <dc:creator>chakri</dc:creator>
    <dc:date>2022-11-23T07:33:17Z</dc:date>
    <item>
      <title>What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35080#M1827</link>
      <description>&lt;P&gt;To leverage Databricks feature store, can only Python be utilized? If otherwise, what other language frameworks are supported. Below is my question in 2 parts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part 1) What languages can be utilized to write data frames as feature tables in the Feature Store? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part 2) Can models in R, SparkR, or Scala used for inference, access the Feature Store ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 16:45:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35080#M1827</guid>
      <dc:creator>rjwswenson</dc:creator>
      <dc:date>2022-08-08T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35081#M1828</link>
      <description>&lt;P&gt;1)DataFrame API is available in&amp;nbsp;&lt;B&gt;Scala, Java, Python, and R.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;you can use any of above language as per you choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 14:21:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35081#M1828</guid>
      <dc:creator>yogu</dc:creator>
      <dc:date>2022-11-22T14:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35082#M1829</link>
      <description>&lt;P&gt;There are four languages available namely Python, SQL, Scala and R.&lt;/P&gt;&lt;P&gt;U can also use SQL in Python notebook using magic commands like %sql.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 07:33:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35082#M1829</guid>
      <dc:creator>chakri</dc:creator>
      <dc:date>2022-11-23T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35083#M1830</link>
      <description>&lt;P&gt;From the official documentation, it looks like you can only use Python API to access Featurestore.&lt;/P&gt;&lt;P&gt;And only Python API reference is available on the Documentation page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need a featurestoreclient(Only available to python) to write the table to featurestore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What languages can be utilized to write data frames as feature tables in the Feature Store? Python&lt;/LI&gt;&lt;LI&gt;Can models in R, SparkR, or Scala used for inference, access the Feature Store ? No&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you understand the underlying storage of FeatureStore, it's just a delta table. You can use any other DataframeAPI available in Scala, Java, Python and R and write to the delta table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the register the existing Delta Table as a feature table using python API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Register an existing Delta table as a feature table&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/machine-learning/feature-store/feature-tables#create-feature-table" target="test_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/machine-learning/feature-store/feature-tables#create-feature-table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;A feature table is stored as a Delta table.&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/machine-learning/feature-store/troubleshooting-and-limitations" target="test_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/machine-learning/feature-store/troubleshooting-and-limitations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 04:09:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35083#M1830</guid>
      <dc:creator>Wunlung</dc:creator>
      <dc:date>2022-12-01T04:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35084#M1831</link>
      <description>&lt;P&gt;you can use any of Scala, R, Java or Python to play around with dataframes.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 06:09:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35084#M1831</guid>
      <dc:creator>Rajeev_Basu</dc:creator>
      <dc:date>2022-12-01T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35085#M1832</link>
      <description>&lt;P&gt;Hi you can use Scala, Java, Python, and R language in databricks ,&lt;/P&gt;&lt;P&gt;You have to just add % and then your language like- @sql, %python, etc. starting with your cmd.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:24:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35085#M1832</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2022-12-06T09:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35086#M1833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you can use Python, Scala, Java, and R language in databricks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to specify the cell starting with which language you use by adding % and then your language like- %sql, %python, etc. starting with your cmd.​&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 11:44:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35086#M1833</guid>
      <dc:creator>Heman2</dc:creator>
      <dc:date>2022-12-06T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: What programming frameworks and languages can be used with Databricks Feature Store</title>
      <link>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35087#M1834</link>
      <description>&lt;P&gt;you can use any of these languages Python, SQL, Scala and R&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 15:19:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/what-programming-frameworks-and-languages-can-be-used-with/m-p/35087#M1834</guid>
      <dc:creator>boyelana</dc:creator>
      <dc:date>2022-12-06T15:19:37Z</dc:date>
    </item>
  </channel>
</rss>

