<?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 LogisticRegression pipeline does not go through in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/LogisticRegression-pipeline-does-not-go-through/m-p/5180161#M1168</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[tracking_store.py:77] Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,114 ERROR [synapse_mlflow_utils.py:390] [fabric mlflow plugin]: &amp;lt;class 'synapse.ml.mlflow.tracking_store.TridentMLflowTrackingStore'&amp;gt;.check_experiment_name_valid exception Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,134 ERROR [synapse_mlflow_utils.py:390] [fabric mlflow plugin]: &amp;lt;class 'synapse.ml.mlflow.tracking_store.TridentMLflowTrackingStore'&amp;gt;.get_experiment_by_name exception Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,136 ERROR [default_experiment_registry.py:55] Error find or created notebook/SJD default experiment, please call mlflow.set_experiment to set a valid one before run Traceback (most recent call last): File "/home/trusted-service-user/cluster-env/trident_env/lib/python3.11/site-packages/synapse/ml/mlflow/default_experiment_registry.py", line 52, in get_experiment_id return mlflow.set_experiment(f"{artifact_name}").experiment_id ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2026 09:52:47 GMT</pubDate>
    <dc:creator>thiamhuat2026</dc:creator>
    <dc:date>2026-05-09T09:52:47Z</dc:date>
    <item>
      <title>LogisticRegression pipeline does not go through</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/LogisticRegression-pipeline-does-not-go-through/m-p/5180161#M1168</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[tracking_store.py:77] Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,114 ERROR [synapse_mlflow_utils.py:390] [fabric mlflow plugin]: &amp;lt;class 'synapse.ml.mlflow.tracking_store.TridentMLflowTrackingStore'&amp;gt;.check_experiment_name_valid exception Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,134 ERROR [synapse_mlflow_utils.py:390] [fabric mlflow plugin]: &amp;lt;class 'synapse.ml.mlflow.tracking_store.TridentMLflowTrackingStore'&amp;gt;.get_experiment_by_name exception Experiment names must be less than 257 characters, begin with a letter or number, and may only include dashes (-) or underscores (_). 2026-05-09:09:48:38,136 ERROR [default_experiment_registry.py:55] Error find or created notebook/SJD default experiment, please call mlflow.set_experiment to set a valid one before run Traceback (most recent call last): File "/home/trusted-service-user/cluster-env/trident_env/lib/python3.11/site-packages/synapse/ml/mlflow/default_experiment_registry.py", line 52, in get_experiment_id return mlflow.set_experiment(f"{artifact_name}").experiment_id ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2026 09:52:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/LogisticRegression-pipeline-does-not-go-through/m-p/5180161#M1168</guid>
      <dc:creator>thiamhuat2026</dc:creator>
      <dc:date>2026-05-09T09:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: LogisticRegression pipeline does not go through</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/LogisticRegression-pipeline-does-not-go-through/m-p/5180668#M1169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1585038" data-lia-user-login="thiamhuat2026" class="lia-mention lia-mention-user"&gt;thiamhuat2026&lt;/a&gt;,&lt;BR /&gt;Thank you for reaching out to the Microsoft community&amp;nbsp; Forum.&lt;BR /&gt;&lt;BR /&gt;The issue is not caused by the LogisticRegression pipeline itself. Based on the error message , the failure occurs because the notebook environment automatically tries to create an MLflow experiment during "pipeline.fit(train_df)", but the generated experiment name does not satisfy MLflow experiment naming rules. Because of this, the pipeline execution fails before the model training starts.&lt;BR /&gt;&lt;BR /&gt;To resolve the issue, manually set a valid MLflow experiment name before training the pipeline:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;import mlflow
mlflow.set_experiment("logistic_regression_experiment")&lt;/LI-CODE&gt;
&lt;P&gt;Then run your existing pipeline code again.&lt;BR /&gt;&lt;BR /&gt;For More Details :&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/machine-learning-experiment" target="_blank"&gt;Machine learning experiment - Microsoft Fabric | Microsoft Learn.&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope this helps. Please feel free to reach out for further queries.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 07:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/LogisticRegression-pipeline-does-not-go-through/m-p/5180668#M1169</guid>
      <dc:creator>v-anbandari</dc:creator>
      <dc:date>2026-05-11T07:38:26Z</dc:date>
    </item>
  </channel>
</rss>

