Citi / parfun

Lightweight parallelisation library for Python
https://citi.github.io/parfun/
Apache License 2.0
9 stars 3 forks source link

Adds a benchmark using California's housing dataset from Scikit-learn. #10

Closed rafa-be closed 2 months ago

JamieSlome commented 2 months ago

@rafa-be - what is the origin of benchmarks/california_housing.py? Is this original work or a copy and paste from elsewhere?

RaphaelJ commented 2 months ago

Code is 100% mine.

It uses a dataset from scikit-learn (license is BSD-3). It's not included in the library itself, only downloaded when the script is being executed.