[GitHub] [mahout] rawkintrevo opened a new pull request, #420: NOJIRA: Add docs for Cochrane Orcutt Regression

2023-02-02 Thread via GitHub
rawkintrevo opened a new pull request, #420: URL: https://github.com/apache/mahout/pull/420 ### Purpose of PR: Add docs for the Cochrane Orcutt Regression ### Important ToDos Please mark each with an "x" - [x] Title of PR is "MAHOUT- Brief Description of Changes" w

[GitHub] [mahout] andrewmusselman merged pull request #420: NOJIRA: Add docs for Cochrane Orcutt Regression

2023-02-02 Thread via GitHub
andrewmusselman merged PR #420: URL: https://github.com/apache/mahout/pull/420 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] rawkintrevo opened a new pull request, #421: MAHOUT-2147: Canopy Cluster Scaladocs

2023-02-03 Thread via GitHub
rawkintrevo opened a new pull request, #421: URL: https://github.com/apache/mahout/pull/421 ### Purpose of PR: Add scaladocs for Canopy Cluster Algorithm ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first)[htt

[GitHub] [mahout] andrewmusselman merged pull request #421: MAHOUT-2147: Canopy Cluster Scaladocs

2023-02-03 Thread via GitHub
andrewmusselman merged PR #421: URL: https://github.com/apache/mahout/pull/421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] andrewpalumbo commented on pull request #421: MAHOUT-2147: Canopy Cluster Scaladocs

2023-02-05 Thread via GitHub
andrewpalumbo commented on PR #421: URL: https://github.com/apache/mahout/pull/421#issuecomment-1417177600 Nice.. I was just commenting that I didn't think it was ever ported over. New algorithms sweet. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [mahout] andrewpalumbo commented on pull request #420: NOJIRA: Add docs for Cochrane Orcutt Regression

2023-02-05 Thread via GitHub
andrewpalumbo commented on PR #420: URL: https://github.com/apache/mahout/pull/420#issuecomment-1417181779 Awesome @rawkintrevo! Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Android From: Trevor Grant

[GitHub] [mahout] rawkintrevo opened a new pull request, #422: MAHOUT-2148 Add scaladocs to distance metrics

2023-02-06 Thread via GitHub
rawkintrevo opened a new pull request, #422: URL: https://github.com/apache/mahout/pull/422 ### Purpose of PR: Please give a short description of what this PR is for. Adding scaladocs to distance metrics ### Important ToDos Please mark each with an "x" - [x] A JIRA tick

[GitHub] [mahout] rawkintrevo merged pull request #422: MAHOUT-2148 Add scaladocs to distance metrics

2023-02-06 Thread via GitHub
rawkintrevo merged PR #422: URL: https://github.com/apache/mahout/pull/422 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[GitHub] [mahout] rawkintrevo opened a new pull request, #423: MAHOUT-2151 Add Scaladocs to AsFactor.scala

2023-02-08 Thread via GitHub
rawkintrevo opened a new pull request, #423: URL: https://github.com/apache/mahout/pull/423 ### Purpose of PR: Add scaladocs to AsFactor.scala ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first)[https://issues

[GitHub] [mahout] andrewmusselman commented on a diff in pull request #423: MAHOUT-2151 Add Scaladocs to AsFactor.scala

2023-02-08 Thread via GitHub
andrewmusselman commented on code in PR #423: URL: https://github.com/apache/mahout/pull/423#discussion_r1100492640 ## core/src/main/scala/org/apache/mahout/math/algorithms/preprocessing/AsFactor.scala: ## @@ -29,8 +29,18 @@ import org.apache.mahout.math.scalabindings._ import

[GitHub] [mahout] rawkintrevo commented on a diff in pull request #423: MAHOUT-2151 Add Scaladocs to AsFactor.scala

2023-02-08 Thread via GitHub
rawkintrevo commented on code in PR #423: URL: https://github.com/apache/mahout/pull/423#discussion_r1100556631 ## core/src/main/scala/org/apache/mahout/math/algorithms/preprocessing/AsFactor.scala: ## @@ -29,8 +29,18 @@ import org.apache.mahout.math.scalabindings._ import org.

[GitHub] [mahout] rawkintrevo commented on a diff in pull request #423: MAHOUT-2151 Add Scaladocs to AsFactor.scala

2023-02-08 Thread via GitHub
rawkintrevo commented on code in PR #423: URL: https://github.com/apache/mahout/pull/423#discussion_r1100560952 ## core/src/main/scala/org/apache/mahout/math/algorithms/preprocessing/AsFactor.scala: ## @@ -92,6 +115,12 @@ class AsFactorModel(cardinality: Int, factorVec: MahoutV

[GitHub] [mahout] andrewmusselman merged pull request #423: MAHOUT-2151 Add Scaladocs to AsFactor.scala

2023-02-08 Thread via GitHub
andrewmusselman merged PR #423: URL: https://github.com/apache/mahout/pull/423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] rawkintrevo opened a new pull request, #424: MAHOUT-2155 Add Javadocs for RandomWrapper

2023-02-14 Thread via GitHub
rawkintrevo opened a new pull request, #424: URL: https://github.com/apache/mahout/pull/424 ### Purpose of PR: Add javadocs for RandomWrapper ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first)[https://issues.apac

[GitHub] [mahout] andrewmusselman commented on a diff in pull request #424: MAHOUT-2155 Add Javadocs for RandomWrapper

2023-02-14 Thread via GitHub
andrewmusselman commented on code in PR #424: URL: https://github.com/apache/mahout/pull/424#discussion_r1106454856 ## core/src/main/java/org/apache/mahout/common/RandomWrapper.java: ## @@ -47,14 +65,21 @@ public void setSeed(long seed) { } } +/** + * Sets the

[GitHub] [mahout] rawkintrevo commented on a diff in pull request #424: MAHOUT-2155 Add Javadocs for RandomWrapper

2023-02-14 Thread via GitHub
rawkintrevo commented on code in PR #424: URL: https://github.com/apache/mahout/pull/424#discussion_r1106466795 ## core/src/main/java/org/apache/mahout/common/RandomWrapper.java: ## @@ -47,14 +65,21 @@ public void setSeed(long seed) { } } +/** + * Sets the seed

[GitHub] [mahout] rawkintrevo merged pull request #424: MAHOUT-2155 Add Javadocs for RandomWrapper

2023-02-17 Thread via GitHub
rawkintrevo merged PR #424: URL: https://github.com/apache/mahout/pull/424 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[GitHub] [mahout] rawkintrevo opened a new pull request, #425: MAHOUT-2160 - Add asf link to footer

2023-02-23 Thread via GitHub
rawkintrevo opened a new pull request, #425: URL: https://github.com/apache/mahout/pull/425 ### Purpose of PR: Per https://whimsy.apache.org/site/project/mahout this is required ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please cre

[GitHub] [mahout] andrewmusselman merged pull request #425: MAHOUT-2160 - Add asf link to footer

2023-02-23 Thread via GitHub
andrewmusselman merged PR #425: URL: https://github.com/apache/mahout/pull/425 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] rawkintrevo opened a new pull request, #426: MAHOUT-2161Fix website link in sidebar

2023-02-23 Thread via GitHub
rawkintrevo opened a new pull request, #426: URL: https://github.com/apache/mahout/pull/426 ### Purpose of PR: Please give a short description of what this PR is for. Fixes link (it did on my machine, but not sure why link wasn't working before soo may or may not actually fix) #

[GitHub] [mahout] rawkintrevo commented on pull request #426: MAHOUT-2161Fix website link in sidebar

2023-02-23 Thread via GitHub
rawkintrevo commented on PR #426: URL: https://github.com/apache/mahout/pull/426#issuecomment-1442609220 I did a right-click-inspect on it, and I _think_ the issue is the canvas from the cool wavy line graphic is sometimes being rendered on top of it. If that's the case- my recco is to punt

[GitHub] [mahout] andrewmusselman commented on pull request #426: MAHOUT-2161Fix website link in sidebar

2023-02-25 Thread via GitHub
andrewmusselman commented on PR #426: URL: https://github.com/apache/mahout/pull/426#issuecomment-1445155150 Okay sounds good to me -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [mahout] andrewmusselman merged pull request #426: MAHOUT-2161Fix website link in sidebar

2023-02-25 Thread via GitHub
andrewmusselman merged PR #426: URL: https://github.com/apache/mahout/pull/426 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] rawkintrevo opened a new pull request, #427: 2139 - Ignore JSON in rat

2023-02-27 Thread via GitHub
rawkintrevo opened a new pull request, #427: URL: https://github.com/apache/mahout/pull/427 ### Purpose of PR: Please give a short description of what this PR is for. Some how the RAT check to ignore JSON files got deleted. ### Important ToDos Please mark each with an "x"

[GitHub] [mahout] rawkintrevo merged pull request #427: 2139 - Ignore JSON in rat

2023-03-14 Thread via GitHub
rawkintrevo merged PR #427: URL: https://github.com/apache/mahout/pull/427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[GitHub] [mahout] rawkintrevo opened a new pull request, #428: [wip] MAHOUT-2158 Website Refactor

2023-03-14 Thread via GitHub
rawkintrevo opened a new pull request, #428: URL: https://github.com/apache/mahout/pull/428 ### Purpose of PR: Big PR ~~to make sure trevor has the most lines of code committed~~ refactor the website ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket

[GitHub] [mahout] andrewmusselman commented on pull request #428: [wip] MAHOUT-2158 Website Refactor

2023-03-15 Thread via GitHub
andrewmusselman commented on PR #428: URL: https://github.com/apache/mahout/pull/428#issuecomment-1470385713 @rawkintrevo I am trying to build the site locally but am having trouble updating jekyll; did you have to do anything special? $ bundle exec jekyll serve bundler: command no

[GitHub] [mahout] rawkintrevo commented on pull request #428: [wip] MAHOUT-2158 Website Refactor

2023-03-15 Thread via GitHub
rawkintrevo commented on PR #428: URL: https://github.com/apache/mahout/pull/428#issuecomment-1470487167 I bumped the Jekyll version. Per the error: > You have requested: jekyll = 4.3.2 The bundle currently has jekyll locked at 3.5.0. Try running bundle update jekyll -- Thi

[GitHub] [mahout] rawkintrevo commented on pull request #428: [wip] MAHOUT-2158 Website Refactor

2023-03-16 Thread via GitHub
rawkintrevo commented on PR #428: URL: https://github.com/apache/mahout/pull/428#issuecomment-1473068144 @andrewmusselman give it another look with the last changes- if gtg, ill squash merge -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [mahout] andrewmusselman merged pull request #428: MAHOUT-2158 Website Refactor

2023-03-17 Thread via GitHub
andrewmusselman merged PR #428: URL: https://github.com/apache/mahout/pull/428 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[GitHub] [mahout] josep2 opened a new pull request, #429: MAHOUT-2149

2023-03-17 Thread via GitHub
josep2 opened a new pull request, #429: URL: https://github.com/apache/mahout/pull/429 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ X ] A JIRA ticket exists (if not, please create this firs

[GitHub] [mahout] josep2 merged pull request #429: MAHOUT-2149

2023-03-17 Thread via GitHub
josep2 merged PR #429: URL: https://github.com/apache/mahout/pull/429 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

[PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 opened a new pull request, #430: URL: https://github.com/apache/mahout/pull/430 Adds distribution to the Setup JDK ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket

Re: [PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 merged PR #430: URL: https://github.com/apache/mahout/pull/430 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

[PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 opened a new pull request, #431: URL: https://github.com/apache/mahout/pull/431 Changed the version to match the new requirements ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ]

Re: [PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 merged PR #431: URL: https://github.com/apache/mahout/pull/431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

Re: [PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 merged PR #432: URL: https://github.com/apache/mahout/pull/432 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

[PR] Update mahout.yml [mahout]

2023-10-25 Thread via GitHub
josep2 opened a new pull request, #432: URL: https://github.com/apache/mahout/pull/432 Building with Spark 2.3 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket exists (if

[PR] Update mahout.yml [mahout]

2023-10-26 Thread via GitHub
josep2 opened a new pull request, #433: URL: https://github.com/apache/mahout/pull/433 Builds nightly at 20:00 UTC. ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket exists

Re: [PR] Update mahout.yml [mahout]

2023-10-26 Thread via GitHub
andrewmusselman merged PR #433: URL: https://github.com/apache/mahout/pull/433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

Re: [PR] Update mahout.yml [mahout]

2023-10-26 Thread via GitHub
andrewmusselman commented on PR #433: URL: https://github.com/apache/mahout/pull/433#issuecomment-1781813997 Looks good @josep2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[PR] [no-jira] update gitaction to build from main instead of trunk [mahout]

2024-01-25 Thread via GitHub
rawkintrevo opened a new pull request, #434: URL: https://github.com/apache/mahout/pull/434 will now build from main branch instead of trunk. ### Purpose of PR: Please give a short description of what this PR is for. hot fix to update website to build from `main` instead of trunk

Re: [PR] Bump hadoop-common from 2.10.0 to 3.2.3 [mahout]

2024-01-25 Thread via GitHub
rawkintrevo closed pull request #417: Bump hadoop-common from 2.10.0 to 3.2.3 URL: https://github.com/apache/mahout/pull/417 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Bump hadoop-common from 2.10.0 to 3.2.3 [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #417: URL: https://github.com/apache/mahout/pull/417#issuecomment-1910515629 cleaning up old bot PRs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] Bump hadoop-common from 2.10.0 to 3.2.3 [mahout]

2024-01-25 Thread via GitHub
dependabot[bot] commented on PR #417: URL: https://github.com/apache/mahout/pull/417#issuecomment-1910515715 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me

Re: [PR] Bump hadoop-yarn-server-common from 2.10.0 to 2.10.2 [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #418: URL: https://github.com/apache/mahout/pull/418#issuecomment-1910516076 cleaning up old bot PRs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] Bump hadoop-yarn-server-common from 2.10.0 to 2.10.2 [mahout]

2024-01-25 Thread via GitHub
rawkintrevo closed pull request #418: Bump hadoop-yarn-server-common from 2.10.0 to 2.10.2 URL: https://github.com/apache/mahout/pull/418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Bump hadoop-yarn-server-common from 2.10.0 to 2.10.2 [mahout]

2024-01-25 Thread via GitHub
dependabot[bot] commented on PR #418: URL: https://github.com/apache/mahout/pull/418#issuecomment-1910516162 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me

Re: [PR] [NO-JIRA] Fix resource leak and other potential bugs [mahout]

2024-01-25 Thread via GitHub
rawkintrevo closed pull request #404: [NO-JIRA] Fix resource leak and other potential bugs URL: https://github.com/apache/mahout/pull/404 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] [NO-JIRA] Fix resource leak and other potential bugs [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #404: URL: https://github.com/apache/mahout/pull/404#issuecomment-1910516638 cleaning up old bot PRs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910520079 @balashashanka my appologies for not following up sooner. We're pivoting the project away from the Java/Scala big data focus to a python - quantum focus, would you be interested i

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910521421 as it stands, this looks good to merge though -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
balashashanka commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910729439 Thanks and yes I would be interested in taking the maintainer role, but would need some help in initial days though *Regards* Shashanka Balakuntala Srinivasa

Re: [PR] [no-jira] update gitaction to build from main instead of trunk [mahout]

2024-01-25 Thread via GitHub
andrewmusselman merged PR #434: URL: https://github.com/apache/mahout/pull/434 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910800049 are you on the dev@mahout.apache.org mailing list? we'd like to get you in to theasf slack channel (any chance you're already in there?) -- This is an automated message from the Apache

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
balashashanka commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910907131 I think I’m part of Asf slack channel (will double check and join) and will subscribe myself to dev@ mailing list. On Fri, 26 Jan 2024 at 12:24 AM, Trevor Grant ***@***.***>

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
andrewmusselman commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1910990273 @balashashanka I tagged you into the #mahout channel in the-asf slack, see you there! -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
rawkintrevo commented on PR #401: URL: https://github.com/apache/mahout/pull/401#issuecomment-1911086215 i saw him come in- merging this now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [PR] MAHOUT-2096 [WIP] next() Called On Possible Empty iterator() [mahout]

2024-01-25 Thread via GitHub
rawkintrevo merged PR #401: URL: https://github.com/apache/mahout/pull/401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[PR] MAHOUT-2177 Add `papers` feed [mahout]

2024-03-04 Thread via GitHub
rawkintrevo opened a new pull request, #435: URL: https://github.com/apache/mahout/pull/435 ### Purpose of PR: Please give a short description of what this PR is for. See MAHOUT-2177 ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please

Re: [PR] MAHOUT-2177 Add `papers` feed [mahout]

2024-03-04 Thread via GitHub
andrewmusselman merged PR #435: URL: https://github.com/apache/mahout/pull/435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] Papers 3-6-24 [mahout]

2024-03-06 Thread via GitHub
rawkintrevo opened a new pull request, #436: URL: https://github.com/apache/mahout/pull/436 These papers posts are in essence just unsolicited docs posts, so skipping the PR template -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Papers 3-6-24 [mahout]

2024-03-06 Thread via GitHub
andrewmusselman merged PR #436: URL: https://github.com/apache/mahout/pull/436 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] MAHOUT-2199 - Fix Config Loading [mahout]

2024-03-11 Thread via GitHub
rawkintrevo opened a new pull request, #437: URL: https://github.com/apache/mahout/pull/437 ### Purpose of PR: I don't know how i made such a mess of the config on the initial push, but this fixes it. Required to unblock #2199 ### Important ToDos Please mark each wit

Re: [PR] MAHOUT-2199 - Fix Config Loading [mahout]

2024-03-11 Thread via GitHub
andrewmusselman merged PR #437: URL: https://github.com/apache/mahout/pull/437 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] MAHOUT-2198 Add Notebook Closes #2198 [mahout]

2024-03-12 Thread via GitHub
rawkintrevo opened a new pull request, #438: URL: https://github.com/apache/mahout/pull/438 ### Purpose of PR: Provides a simple example notebook that will run in Colab ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this fir

Re: [PR] MAHOUT-2198 Add Notebook Closes #2198 [mahout]

2024-03-12 Thread via GitHub
andrewmusselman merged PR #438: URL: https://github.com/apache/mahout/pull/438 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] First Set of Broken Links [mahout]

2024-03-12 Thread via GitHub
tdnaugle opened a new pull request, #439: URL: https://github.com/apache/mahout/pull/439 ### Purpose of PR: This PR fixes some broken links on the mahout website. ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first

Re: [PR] First Set of Broken Website Links [mahout]

2024-03-13 Thread via GitHub
rawkintrevo commented on code in PR #439: URL: https://github.com/apache/mahout/pull/439#discussion_r1523277512 ## website/community/mailing-lists.md: ## @@ -63,12 +63,6 @@ committed. * [http://mail-archives.apache.org/mod_mbox/mahout-dev/](http://mail-archives.apache.org/mod_

Re: [PR] First Set of Broken Website Links [mahout]

2024-03-13 Thread via GitHub
rawkintrevo merged PR #439: URL: https://github.com/apache/mahout/pull/439 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[PR] Last Set of Broken Website Links [mahout]

2024-03-13 Thread via GitHub
tdnaugle opened a new pull request, #440: URL: https://github.com/apache/mahout/pull/440 ### Purpose of PR: This PR fixes some broken links on the mahout website. ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first

Re: [PR] Last Set of Broken Website Links [mahout]

2024-03-14 Thread via GitHub
rawkintrevo merged PR #440: URL: https://github.com/apache/mahout/pull/440 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[PR] MAHOUT-2203 Add Cirq backend [mahout]

2024-03-27 Thread via GitHub
rawkintrevo opened a new pull request, #441: URL: https://github.com/apache/mahout/pull/441 ### Purpose of PR: Adds the cirq backend and refactors qumat to allow for multiple backends. Next steps: - implementing `execute` on qiskit and cirq - examples - docs - tests

Re: [PR] MAHOUT-2203 Add Cirq backend [mahout]

2024-03-27 Thread via GitHub
andrewmusselman merged PR #441: URL: https://github.com/apache/mahout/pull/441 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-02 Thread via GitHub
tdnaugle opened a new pull request, #442: URL: https://github.com/apache/mahout/pull/442 ### Purpose of PR: This PR implements a basic template for a testing suite using pytest, including the following items: 1. Adding pytest as a dependency 2. Define a helper function which can

Re: [PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-03 Thread via GitHub
rawkintrevo commented on PR #442: URL: https://github.com/apache/mahout/pull/442#issuecomment-2035491756 Just reviewed on community call. 1. looks great 2. refactor to scale out to arbitrary number of backends 3. add minimal docs for a. adding a new backend b. addin

[PR] Mahout 2201 - Add execute method [mahout]

2024-04-17 Thread via GitHub
rawkintrevo opened a new pull request, #443: URL: https://github.com/apache/mahout/pull/443 ### Purpose of PR: I suppose it really should be _fix_ the execute method. It works now. ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please

Re: [PR] Mahout 2201 - Add execute method [mahout]

2024-04-17 Thread via GitHub
andrewmusselman merged PR #443: URL: https://github.com/apache/mahout/pull/443 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.ap

[PR] [Mahout-1958] Change the variable type to long to avoid overflow [mahout]

2024-04-19 Thread via GitHub
balashashanka opened a new pull request, #444: URL: https://github.com/apache/mahout/pull/444 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket exists (if not, please create this

Re: [PR] MAHOUT-1974 CUDA support [mahout]

2024-04-23 Thread via GitHub
balashashanka commented on PR #310: URL: https://github.com/apache/mahout/pull/310#issuecomment-2073094140 Just checking if we need to keep this PR open - I'm guessing this is already merged in feature branch: https://github.com/apache/mahout/tree/CUDA -- This is an automated message from

[PR] MAHOUT-2211 Add Roadmap to Readme.md [mahout]

2024-04-23 Thread via GitHub
rawkintrevo opened a new pull request, #445: URL: https://github.com/apache/mahout/pull/445 ### Purpose of PR: Add roadmap to readme.md ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org

[PR] Mahout 2210 Docs [mahout]

2024-04-23 Thread via GitHub
rawkintrevo opened a new pull request, #446: URL: https://github.com/apache/mahout/pull/446 ### Purpose of PR: This PR provides documentation for the initial implementation of Qumat ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please

Re: [PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-23 Thread via GitHub
rawkintrevo commented on PR #442: URL: https://github.com/apache/mahout/pull/442#issuecomment-2073427215 @tdnaugle is this ready for another review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] [Mahout-1958] Change the variable type to long to avoid overflow [mahout]

2024-04-23 Thread via GitHub
rawkintrevo commented on PR #444: URL: https://github.com/apache/mahout/pull/444#issuecomment-2073431404 Thanks for the contrib @balashashanka > Successfully built and ran all unit tests, verified that all tests pass locally. Did `mvn clean install` build without failures? -- T

Re: [PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-23 Thread via GitHub
tdnaugle commented on PR #442: URL: https://github.com/apache/mahout/pull/442#issuecomment-2073608799 > @tdnaugle is this ready for another review? Yes, this is ready. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] runs builds for pull requests against branch [mahout]

2024-04-24 Thread via GitHub
josep2 opened a new pull request, #447: URL: https://github.com/apache/mahout/pull/447 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket exists (if not, please create this first)

Re: [PR] MAHOUT 2212 - runs builds for pull requests against branch [mahout]

2024-04-24 Thread via GitHub
rawkintrevo merged PR #447: URL: https://github.com/apache/mahout/pull/447 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

[PR] testing build [mahout]

2024-04-24 Thread via GitHub
josep2 opened a new pull request, #448: URL: https://github.com/apache/mahout/pull/448 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [ ] A JIRA ticket exists (if not, please create this first)

Re: [PR] testing build [mahout]

2024-04-24 Thread via GitHub
rawkintrevo closed pull request #448: testing build URL: https://github.com/apache/mahout/pull/448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-u

Re: [PR] testing build [mahout]

2024-04-24 Thread via GitHub
rawkintrevo commented on PR #448: URL: https://github.com/apache/mahout/pull/448#issuecomment-2075145770 This is awesome! Thanks so much @josep2 closing as this PR was just to test that other one worked as expected. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-24 Thread via GitHub
rawkintrevo commented on PR #442: URL: https://github.com/apache/mahout/pull/442#issuecomment-2075767716 Discussed on community call, clean up the git log, and merge. Will revisit issues on upcoming issues/PRs -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] MAHOUT-2202 Testing Suite Template (plus MAHOUT-2207) [mahout]

2024-04-29 Thread via GitHub
rawkintrevo merged PR #442: URL: https://github.com/apache/mahout/pull/442 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache

Re: [PR] [Mahout-1958] Change the variable type to long to avoid overflow [mahout]

2024-05-03 Thread via GitHub
andrewmusselman commented on PR #444: URL: https://github.com/apache/mahout/pull/444#issuecomment-2093499113 We can merge if this is looking good @balashashanka , did it build for you? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] MAHOUT-2213 Implement Amazon Bracket backend [mahout]

2024-07-26 Thread via GitHub
rawkintrevo opened a new pull request, #449: URL: https://github.com/apache/mahout/pull/449 ### Purpose of PR: Please give a short description of what this PR is for. Add amazon bracket backend. ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if

Re: [PR] MAHOUT-2211 Add Roadmap to Readme.md [mahout]

2024-07-26 Thread via GitHub
josep2 merged PR #445: URL: https://github.com/apache/mahout/pull/445 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

Re: [PR] Mahout 2210 Docs [mahout]

2024-07-26 Thread via GitHub
josep2 merged PR #446: URL: https://github.com/apache/mahout/pull/446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

Re: [PR] MAHOUT-2213 Implement Amazon Bracket backend [mahout]

2024-07-26 Thread via GitHub
josep2 merged PR #449: URL: https://github.com/apache/mahout/pull/449 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org

[PR] MAHOUT-2209 Implement draw_circuit( method [mahout]

2024-07-31 Thread via GitHub
rawkintrevo opened a new pull request, #450: URL: https://github.com/apache/mahout/pull/450 ### Purpose of PR: Please give a short description of what this PR is for. ### Important ToDos Please mark each with an "x" - [x] A JIRA ticket exists (if not, please create this f

Re: [PR] MAHOUT-2209 Implement draw_circuit( method [mahout]

2024-08-16 Thread via GitHub
tdnaugle merged PR #450: URL: https://github.com/apache/mahout/pull/450 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.or

Re: [PR] MAHOUT-2209 Implement draw_circuit( method [mahout]

2024-08-16 Thread via GitHub
tdnaugle commented on PR #450: URL: https://github.com/apache/mahout/pull/450#issuecomment-2294104242 lgtm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

  1   2   3   4   5   6   >