Re: PIO + ES5 + Universal Recommender

2017-11-07 Thread Pat Ferrel
Very sorry, it was incorrectly set to private. Try it again.




On Nov 7, 2017, at 7:26 AM, Pat Ferrel mailto:p...@occamsmachete.com>> wrote:

https://github.com/actionml/mahout 




Re: PIO + ES5 + Universal Recommender

2017-11-07 Thread Pat Ferrel
Very sorry, it was incorrectly set to private. Try it again.



On Nov 7, 2017, at 12:52 AM, Noelia Osés Fernández  wrote:

Thank you, Pat!

I have a problem with the Mahout repo, though. I get the following error 
message:

remote: Repository not found.
fatal: repository 'https://github.com/actionml/mahout.git/ 
' not found


On 3 November 2017 at 22:27, Pat Ferrel mailto:p...@occamsmachete.com>> wrote:
The exclusion rules are working now along with the integration-test. We have 
some cleanup but please feel free to try it.

Please note the upgrade issues mentioned below before you start, fresh installs 
should have no such issues.


On Nov 1, 2017, at 4:30 PM, Pat Ferrel mailto:p...@occamsmachete.com>> wrote:

Ack, I hate this &^%&%^&  touchbar!

What I meant to say was:


We have a version of the universal recommender working with PIO-0.12.0 that is 
ready for brave souls to test. This includes some speedups and quality of 
recommendation improvements, not yet documented. 

Known bugs: exclusion rules not working. This will be fixed before release in 
the next few days

Issues: do not trust the integration test, Lucene and ES have changed their 
scoring method and so you cannot compare the old scores to the new ones. The 
test will be fixed before release but do trust it to populate PIO with some 
sample data you can play with.

You must build PredictionIO with the default parameters so just run 
`./make-distribution` this will require you to install Scala 2.11, Spark 2.1.1 
or greater, ES 5.5.2 or greater, Hadoop 2.6 or greater. If you have issues 
getting pio to build and run send questions to the PIO mailing list. Once PIO 
is running test with `pio status` and `pio app list`. You will need to create 
an app in import your data to run the integration test to get some sample data 
installed in the “handmade” app.

*Backup your data*, moving from ES 1 to ES 5 will delete all data Actually 
even worse it is still in HBase but you can’t get at it so to upgrade so the 
following
`pio export` with pio < 0.12.0 =*Before upgrade!*=
`pio data-delete` all your old apps =*Before upgrade!*=
build and install pio 0.12.0 including all the services =*The point of no 
return!*=
`pio app new …` and `pio import…` any needed datasets
download and build Mahout for Scala 2.11 from this repo: 
https://github.com/actionml/mahout.git  
follow the instructions in the README.md
download the UR from here: 
https://github.com/actionml/universal-recommender.git 
 and checkout branch 
0.7.0-SNAPSHOT
replace the line: `resolvers += "Local Repository" at 
"file:///Users/pat/.custom-scala-m2/repo”` <> with your path to the local 
mahout build
build the UR with `pio build` or run the integration test to get sample data 
put into PIO `./examples/integration-test`

This will use the released PIO and alpha UR

This will be much easier when it’s released

-- 
You received this message because you are subscribed to the Google Groups 
"actionml-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to actionml-user+unsubscr...@googlegroups.com 
.
To post to this group, send email to actionml-u...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/actionml-user/326BE669-574B-45A5-AAA5-6A285BA0B33E%40occamsmachete.com
 
.
For more options, visit https://groups.google.com/d/optout 
.




-- 
 

Noelia Osés Fernández, PhD
Senior Researcher |
Investigadora Senior

no...@vicomtech.org 
+[34] 943 30 92 30
Data Intelligence for Energy and
Industrial Processes | Inteligencia
de Datos para Energía y Procesos
Industriales

   
  

member of:   

Legal Notice - Privacy policy 

-- 
You received this message because you are subscribed to the Google Groups 
"actionml-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to actionml-user+unsubscr...@googlegroups.com 
.
To post to this group, send email to actionml-u...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/actionml-user/CAMysefvSPn5wkehKjaCM3ek6y7ov%3DUT_u%2BtVnimGsuOcMJJ7kw%40mail.gmail.com
 


Re: PIO + ES5 + Universal Recommender

2017-11-07 Thread Noelia Osés Fernández
Thank you, Pat!

I have a problem with the Mahout repo, though. I get the following error
message:



*remote: Repository not found.fatal: repository
'https://github.com/actionml/mahout.git/
' not found*

On 3 November 2017 at 22:27, Pat Ferrel  wrote:

> The exclusion rules are working now along with the integration-test. We
> have some cleanup but please feel free to try it.
>
> Please note the upgrade issues mentioned below before you start, fresh
> installs should have no such issues.
>
>
> On Nov 1, 2017, at 4:30 PM, Pat Ferrel  wrote:
>
> Ack, I hate this &^%&%^&  touchbar!
>
> What I meant to say was:
>
>
> We have a version of the universal recommender working with PIO-0.12.0
> that is ready for brave souls to test. This includes some speedups and
> quality of recommendation improvements, not yet documented.
>
> Known bugs: exclusion rules not working. This will be fixed before release
> in the next few days
>
> Issues: do not trust the integration test, Lucene and ES have changed
> their scoring method and so you cannot compare the old scores to the new
> ones. The test will be fixed before release but do trust it to populate PIO
> with some sample data you can play with.
>
> You must build PredictionIO with the default parameters so just run
> `./make-distribution` this will require you to install Scala 2.11, Spark
> 2.1.1 or greater, ES 5.5.2 or greater, Hadoop 2.6 or greater. If you have
> issues getting pio to build and run send questions to the PIO mailing list.
> Once PIO is running test with `pio status` and `pio app list`. You will
> need to create an app in import your data to run the integration test to
> get some sample data installed in the “handmade” app.
>
> *Backup your data*, moving from ES 1 to ES 5 will delete all data
> Actually even worse it is still in HBase but you can’t get at it so to
> upgrade so the following
>
>- `pio export` with pio < 0.12.0 =*Before upgrade!*=
>- `pio data-delete` all your old apps =*Before upgrade!*=
>- build and install pio 0.12.0 including all the services =*The
>point of no return!*=
>- `pio app new …` and `pio import…` any needed datasets
>- download and build Mahout for Scala 2.11 from this repo:
>https://github.com/actionml/mahout.git
> follow the instructions in
>the README.md
>- download the UR from here: https://github.com/actionml/universal-
>recommender.git and checkout branch 0.7.0-SNAPSHOT
>- replace the line: `resolvers += "Local Repository" at "file:///Users/
>pat/.custom-scala-m2/repo”` with your path to the local mahout build
>- build the UR with `pio build` or run the integration test to get
>sample data put into PIO `./examples/integration-test`
>
>
> This will use the released PIO and alpha UR
>
> This will be much easier when it’s released
>
> --
> You received this message because you are subscribed to the Google Groups
> "actionml-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to actionml-user+unsubscr...@googlegroups.com.
> To post to this group, send email to actionml-u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/actionml-user/326BE669-574B-45A5-AAA5-6A285BA0B33E%
> 40occamsmachete.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>


-- 


Noelia Osés Fernández, PhD
Senior Researcher |
Investigadora Senior

no...@vicomtech.org
+[34] 943 30 92 30
Data Intelligence for Energy and
Industrial Processes | Inteligencia
de Datos para Energía y Procesos
Industriales





member of:   

Legal Notice - Privacy policy