pyspark
Here are 1,056 public repositories matching this topic...
-
Updated
Sep 9, 2020 - Scala
-
Updated
Sep 7, 2020 - Scala
-
Updated
Sep 6, 2017 - Jupyter Notebook
-
Updated
Jul 16, 2020
-
Updated
Sep 9, 2020 - Jupyter Notebook
Hello everyone,
Recently I tried to set up petastorm on my company's hadoop cluster.
However as the cluster uses Kerberos for authentication using petastorm failed.
I figured out that petastorm relies on pyarrow which actually supports kerberos authentication.
I hacked "petastorm/petastorm/hdfs/namenode.py" line 250
and replaced it with
driver = 'libhdfs'
return pyarrow.hdfs.c-
Updated
Apr 3, 2020 - Vue
-
Updated
Jul 9, 2020 - Python
-
Updated
Jun 2, 2019 - Jupyter Notebook
-
Updated
Sep 9, 2020 - Python
-
Updated
Jul 1, 2020 - Python
-
Updated
Jun 6, 2017
-
Updated
Apr 2, 2020 - Python
-
Updated
Oct 2, 2019 - Python
Describe the bug
Gimel Logo is not appearing in readthedocs.
http://gimel.readthedocs.io/en/latest/getting-started/learn-data-API-usage/
To Reproduce
Open the link http://gimel.readthedocs.io/en/latest/getting-started/learn-data-API-usage/
-
Updated
Aug 31, 2020 - Scala
-
Updated
Aug 19, 2020 - Scala
-
Updated
May 19, 2019 - Jupyter Notebook
-
Updated
Sep 3, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Python
-
Updated
Jul 7, 2020 - Jupyter Notebook
-
Updated
Sep 5, 2020 - HTML
-
Updated
Feb 18, 2017 - Python
-
Updated
Sep 3, 2020 - Scala
Improve this page
Add a description, image, and links to the pyspark topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyspark topic, visit your repo's landing page and select "manage topics."
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?