<?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: Bug: MLflow recipe in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/bug-mlflow-recipe/m-p/138028#M4417</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117384"&gt;@Mario_D&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for bringing this to our attention, I will pass this information along to the appropriate team!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Nov 2025 19:10:09 GMT</pubDate>
    <dc:creator>stbjelcevic</dc:creator>
    <dc:date>2025-11-06T19:10:09Z</dc:date>
    <item>
      <title>Bug: MLflow recipe</title>
      <link>https://community.databricks.com/t5/machine-learning/bug-mlflow-recipe/m-p/96138#M3744</link>
      <description>&lt;P&gt;I'm not sure whether this is the right place, but we've encountered a bug in the datasets.py&lt;/P&gt;&lt;P&gt;(&lt;A href="https://github.com/mlflow/mlflow/blob/master/mlflow/recipes/steps/ingest/datasets.py" target="_blank"&gt;https://github.com/mlflow/mlflow/blob/master/mlflow/recipes/steps/ingest/datasets.py&lt;/A&gt;.). Anyone using recipes beware of forementioned.&lt;/P&gt;&lt;P&gt;def _convert_spark_df_to_pandas(self, spark_df):&lt;BR /&gt;import pandas as pd&lt;/P&gt;&lt;P&gt;datetime_cols = [&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;#this should befield.name for field in spark_df.schema.fields if str(field.dataType) == "DateType&lt;STRONG&gt;()&lt;/STRONG&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;field.name for field in spark_df.schema.fields if str(field.dataType) == "DateType"&lt;BR /&gt;]&lt;BR /&gt;pandas_df = spark_df.toPandas()&lt;BR /&gt;pandas_df[datetime_cols] = pandas_df[datetime_cols].apply(pd.to_datetime, errors="coerce")&lt;/P&gt;&lt;P&gt;return pandas_df&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 13:28:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/bug-mlflow-recipe/m-p/96138#M3744</guid>
      <dc:creator>Mario_D</dc:creator>
      <dc:date>2024-10-25T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: MLflow recipe</title>
      <link>https://community.databricks.com/t5/machine-learning/bug-mlflow-recipe/m-p/138028#M4417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117384"&gt;@Mario_D&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for bringing this to our attention, I will pass this information along to the appropriate team!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 19:10:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/bug-mlflow-recipe/m-p/138028#M4417</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2025-11-06T19:10:09Z</dc:date>
    </item>
  </channel>
</rss>

