prnicolas / ScalaMl

Project, source code and data files for 1st edition "Scala for Machine Learning"
http://www.scalaformachinelearning.com
151 stars 86 forks source link

Compile errors on master #7

Open pranasblk opened 8 years ago

pranasblk commented 8 years ago

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.
    }
    ^
prnicolas commented 8 years ago

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.

andrewcz commented 8 years ago

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 https://github.com/prnicolas/ScalaMl/issues/7#issuecomment-148873594.

andrewcz commented 8 years ago

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 https://github.com/prnicolas/ScalaMl/issues/7#issuecomment-148873594.

prnicolas commented 8 years ago

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 https://github.com/prnicolas/ScalaMl/issues/7#issuecomment-148873594.

— Reply to this email directly or view it on GitHub.

javadba commented 8 years ago

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.

prnicolas commented 8 years ago

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.

javadba commented 8 years ago

Thx for the quick turnaround. Compiles fine now.

javadba commented 8 years ago

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.

javadba commented 8 years ago

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.

javadba commented 8 years ago

book is really nice. v much worth the spend.