cancel
Showing results for 
Search instead for 
Did you mean: 
invalidargument
New Contributor III
since ‎01-18-2023
a week ago

User Stats

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

User Activity

Many packages output a html-report, e.g. ydata-profiler. The report contains links to other parts of the report. But when the user clicks the links a new window is opened instead of scrolling to the correct section of the displayed html.Could this be...
We have a helper function that uses a sklearn estimator. We don't want to to be logged to mlflow.I can dodef myfunc():    import mlflow    with mlflow.autolog.ignore:        # train model        # use model    return predictionsBut I get info prints:...
Is is possible to create new notebooks from a notevbook in databricks? I have tried this code. But all of them are generic files, not notebooks.notebook_str = """# Databricks notebook source import pyspark.sql.functions as F import numpy as np # CO...
Hi,I have managed to display force plot for a single observation using the advice from this thread:Solved: How to display SHAP plots? - Databricks - 28315But is there anyway to display the newer "waterfall"-plot shap.plots.waterfall — SHAP latest doc...
Hi.We have around 30 models in model storage that we use for batch scoring. These are created at different times by different person and on different cluster run times.Now we have run into problems that we can't de-serialize the models and use for in...