Open cvanhoutte opened 3 years ago
Hi there, still trying to get up and running with this. Unfortunately I can't try with Java 8 on Debian 10 (not supported and security issues), so now I'm trying install inside an Azure Databricks notebook that uses Databricks 8.2 (Apache Spark 3.1.1, Scala 2.12). I'm hoping in this way I can use the API similar to the tutorial described in this repo.
%sh git clone https://github.com/linkedin/photon-ml
%sh ./gradlew build -x test -x integTest
And I receive a 'build successful' message.
However,
%scala
import com.linkedin.photon.ml.TaskType.LOGISTIC_REGRESSION
command-1920204351554641:7: error: object linkedin is not a member of package com
Apologies if this one is obvious, I've primarily used pyspark up until now.
Thanks
Hi there,
Last one from me if there is no response.
Is the API no longer well supported? If not, would it be possible to please update the tutorial docker image to use the CLI instead?
There seem to be some backwards compatibility issues with getting this code up and running.
Thanks
I tried a bunch of different things like upgrading the gradle version, and then also upgrading the Scala versions since 2.11 is so far behind now. All combos of changing leads to some build issues or the other; I think this project is abandoned
Hi there
I'm trying to install on Debian10 and am following the instructions in the README, but at this command I'm coming across the following error.
Do you have any suggestions? Thanks