Sean Owen

Results 245 comments of Sean Owen

It could be; how big is the data set / model? Is it definitely waiting on collecting the data, not fitting?

Yes I think this is basically https://github.com/databricks/spark-sklearn/issues/73 which I don't know how to resolve. It's not clear we can set this field. Yeah the docs should be fixed if not.

See https://github.com/databricks/spark-sklearn/pull/79 as a related issue. I think the issue is that the doc was just copied from scikit, but this subclass can't set the attributes. I think we need...

I'm reopening this as there is clearly an issue here, though the 'quick fixes' don't work: https://github.com/databricks/spark-sklearn/issues/37 https://github.com/databricks/spark-sklearn/pull/79 https://github.com/databricks/spark-sklearn/pull/84 https://github.com/databricks/spark-sklearn/pull/85 See in particular https://github.com/databricks/spark-sklearn/pull/79 It seems like the intent is...

@thunterdb this is more about what it might take to support 0.20. We have a related issue about not setting things like best_params_ at https://github.com/databricks/spark-sklearn/issues/73, which seems like an easy...

Yeah, certainly more concerned this second with a new release to fix some bugs, and maybe get random search in. If you have a sec to look at https://github.com/databricks/spark-sklearn/issues/73 you...

Oh, BTW, have you fixed the source markdown in the Spark distro? I forgot to ask. Normally we don't edit old releases' generated docs unless it's just not working

@jodersky I know you were looking at this, a little bit; this may be a duplicate and/or stale at this point.

I find this as well, and also links that include a URL in `[[...]]`. I think these have to undergo more translation to be valid javadoc, and Java 8 flags...

You're going to need to back up and do more homework here https://spark.apache.org/contributing.html