cancel
Showing results for 
Search instead for 
Did you mean: 
s_plank
New Contributor III
since ‎03-01-2022
‎06-28-2023

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hello,I have a problem with the model registry. I'm not sure if I'm registering the model incorrectly or if it´s a bug.Here are some code snippets:import pandas as pd   import mlflow import mlflow.keras import mlflow.tensorflow from mlflow.tracking.c...
Hello,here is a small code-snippet:from pyspark.sql import SparkSession spark = SparkSession.builder.appName('example_app').getOrCreate()   spark.sql('SHOW PARTITIONS database.table').show() The output inside the Databricks-Notebook:+-------------+--...