Skip to content
#

apache-spark

spark logo

Apache Spark is an open source distributed general-purpose cluster-computing framework. It provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

Here are 1,213 public repositories matching this topic...

harupy
harupy commented Mar 31, 2022

Plotting functions in scikit-learn (e.g. plot_confusion_matrix) are deprecated in 1.0 and will be removed in 1.2. They should be replaced with plotting class methods (e.g. ConfusionMatrixDisplay.from_predictions).

https://github.com/mlflow/mlflow/blob/1ddb2c9b5ace0fa605195a4b14c595e274a8c384/mlflow/sklearn/utils.py#L313

For example, the code above can be fixed as follows:

i
good first issue
SynapseML
brunocous
brunocous commented Sep 2, 2020

I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?

lakeFS

Created by Matei Zaharia

Released May 26, 2014

Repository
apache/spark
Website
spark.apache.org
Wikipedia
Wikipedia

Related Topics

hadoop scala