prnicolas/ScalaMl

Compile errors on master

Opened this issue · 10 comments

e.g unfinished code:

    trait PipeOperator[T, U] extends _FCT[T, U] {
    val 
        def |> : PartialFunction[T, U]
    }

Some of compile errors:

Error:(139, 3) illegal start of simple pattern
        def |> : PartialFunction[T, U]
        ^
Error:(140, 2) '=' expected but '}' found.
    }
    ^

Oops.. a typo the trait should be defined as
trait PipeOperator[T, U] extends _FCT[T, U] { def |> : PartialFunction[T, U] }

A new version of the library with very significant changes will be available late next week, including the concept of Monadic Data transformation with explicit model/configuration for filtering, unsupervised learning, Monadic transformation with implicit model for supervised and reinforcement learning and monadic kernel functions. The README.md file lists the upcoming changes...
The second edition of the book with 80 new pages should be available early November.

would deep learning be availible in the new book.

On Sat, Oct 17, 2015 at 12:10 PM, Patrick Nicolas notifications@github.com
wrote:

Oops.. a typo the trait should be defined as
trait PipeOperator[T, U] extends _FCT[T, U] { def |> : PartialFunction[T,
U] }

A new version of the library with very significant changes will be
available late next week, including the concept of Monadic Data
transformation with explicit model/configuration for filtering,
unsupervised learning, Monadic transformation with implicit model for
supervised and reinforcement learning and monadic kernel functions. The
README.md file lists the upcoming changes...
The second edition of the book with 80 new pages should be available early
November.


Reply to this email directly or view it on GitHub
#7 (comment).

apologies but would deep learning algorithms be available in the new book.
Many thanks,
Best Regards,
Andrew

On Sat, Oct 17, 2015 at 12:10 PM, Patrick Nicolas notifications@github.com
wrote:

Oops.. a typo the trait should be defined as
trait PipeOperator[T, U] extends _FCT[T, U] { def |> : PartialFunction[T,
U] }

A new version of the library with very significant changes will be
available late next week, including the concept of Monadic Data
transformation with explicit model/configuration for filtering,
unsupervised learning, Monadic transformation with implicit model for
supervised and reinforcement learning and monadic kernel functions. The
README.md file lists the upcoming changes...
The second edition of the book with 80 new pages should be available early
November.


Reply to this email directly or view it on GitHub
#7 (comment).

There a section introducing convoluted neural network toward the end of Chapter 9 but without Scala code...
The revised version should be available free for those who bought the book online

Patrick Nicolas

http://patricknicolas.blogspot.com
Scala for Machine Learning
Sent from my iPhone ...

On Oct 16, 2015, at 7:27 PM, andrewcz notifications@github.com wrote:

apologies but would deep learning algorithms be available in the new book.
Many thanks,
Best Regards,
Andrew

On Sat, Oct 17, 2015 at 12:10 PM, Patrick Nicolas notifications@github.com
wrote:

Oops.. a typo the trait should be defined as
trait PipeOperator[T, U] extends _FCT[T, U] { def |> : PartialFunction[T,
U] }

A new version of the library with very significant changes will be
available late next week, including the concept of Monadic Data
transformation with explicit model/configuration for filtering,
unsupervised learning, Monadic transformation with implicit model for
supervised and reinforcement learning and monadic kernel functions. The
README.md file lists the upcoming changes...
The second edition of the book with 80 new pages should be available early
November.


Reply to this email directly or view it on GitHub
#7 (comment).


Reply to this email directly or view it on GitHub.

Master is way broken. I will wait to purchase the book (I do really want to buy it!) for this to be corrected.

i tried both maven and sbt. There were many compilation errors in both of them.

Hi,
For some reasons the push partially failed last week-end: It should be fine now.
The publisher run a sanity test on the code, build, documentation.. before releasing an updated version of the book (which has been unfortunately bumped to end of November). I expected very few minor changes between now and the release date.
The source code on GitHub (0.99) is quite different from the original edition. Therefore, I uploaded a draft (from Oct 16) of the revised version of the book in PDF on doc/ for those who cannot wait the final and official edition.
Regards,
 Patrick R. Nicolas
Scala for machine learning
http://patricknicolas.blogspot.com
From: StephenBoesch notifications@github.com
To: prnicolas/ScalaMl ScalaMl@noreply.github.com
Cc: Patrick Nicolas pnicolas57@yahoo.com
Sent: Saturday, November 7, 2015 8:45 AM
Subject: Re: [ScalaMl] Compile errors on master (#7)

Master is way broken. I will wait to purchase the book (I do really want to buy it!) for this to be corrected.i tried both maven and sbt. There were many compilation errors in both of them.—
Reply to this email directly or view it on GitHub.

Thx for the quick turnaround. Compiles fine now.

I could really use this book sooner than end of November. I take it Packt does not have an EAP a la' Manning MEAP - to get access to in-flight versions? I'm ready to purchase but obviously do not want to end up with only the V1 text when V2 is weeks away.

Ah I see you have a version of it in doc/. Cool. I will buy the pdf but will simply wait for the v2 to be available on packt.

book is really nice. v much worth the spend.