and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 20 Feb, 2015 7 commits
    • Jon Rosebaugh's avatar
    • Ike Garrow's avatar
      INTEGRATION: (merge) Merge integration into master · 2d1dfd22
      Ike Garrow authored
          66137175 - BUGZ-2444: (merge) Merge BUGZ-2444 into integration
          c92b407e - BUGZ-2460: (merge) Merge BUGZ-2460 into integration
          0f22c4fc - CORE-42: (merge) Merge CORE-42 into integration
          90ffa54a - CORE-110: (merge) Merge CORE-110 into integration
          599ae240 - RESP-1287: (merge) Merge RESP-1287 into integration
          bf8d6877 - BUGZ-2460: detect and remove NAF items with incomplete data
          c851ad27 - Merge remote-tracking branch 'origin/integration' into CORE-42
          43930d69 - CORE-110: feedback from code review
          774902fe - BUGZ-2444
          0b1b2a24 - CORE-110: initial email service
          d347d474 - RESP-1287: more updates to use mixins and add braces in if statement
          b3f6e29f - RESP-1287: remove previous hack and disable view while in development
          aad6856d - RESP-1287: add styling
          c27393b5 - RESP-1287: add rendering to view and stat params
          fba7eee6 - RESP-1287: initial commit.  skeleton of js and template
          dda81834 - CORE-42: Refactored the occurrence of tokens outside of the function
          3dc17683 - CORE-42: Add the opportunity title to the topic model as well
          4c8feeea - CORE-42: Get rid of extraneous variable based on the code review
          bb970db0 - CORE-42: Creating dictionary outside of the loop
          a16c6136 - CORE-42: Using the Beautiful soup instead of HTMLStripper based on code review suggestion
          dc511d5c - CORE-42: Changed the normalize function name
          dcc32e35 - CORE-42: Feature matrix computation is done for opportunities 🚀
          81d9ff0c - CORE-42: Remove the invalid ids for each document so that feature vectors would match to the opportunity ids
          173f38ce - CORE-42: Changed the way I store the feature vectors for opportunities for easy access
          1fd0e3ae - CORE-42: Change the structure of topic model into class and refactor
          e3cbcb7f - CORE-42 Added taxonomy ids to the documents in order to build a full feature vector for each document
          f65c1bb5 - CORE-42: Added more stop words covering the industry taxonomies up to 12
          d7045082 - CORE-42: Implemented selection of words per topic
          5264e28e - CORE-42: Added topic model keywords for each taxonomy id and be more defensive against exceptions
          703e2b55 - CORE-42: Added more stopwords to improve the quality of the topics
          0b1a3bdc - CORE-42: Retrieve tp profiles similar to opportunities and changed the test user ids to long
          7f0f09c5 - CORE-42: Compute the complete feature matrix for all of the documents with topics
          a7547e10 - CORE-42: Unicode punctuation strip and change the way of processing each documents
          96ff38c4 - CORE-42: Initial lda model
          145a8ee8 - CORE-42: String punctuation and removal of words that occurs once
          aec89ea4 - CORE-42: Stop words is added and implemented
          58e8dca5 - CORE-42: Overview of opportunities are stripped from html tags and initial commit for topic model analysis of opportunities
          abe616b8 - CORE 42: HTML Stripper is added to clean the overviews
          5b091a34 - CORE 42: Opportunities with their taxonomy ids are retrieved
          3a7cbd74 - CORE-42: Initial commit
      2d1dfd22
    • Ike Garrow's avatar
      BUGZ-2444: (merge) Merge BUGZ-2444 into integration · 66137175
      Ike Garrow authored
          774902fe - BUGZ-2444
      66137175
    • Ike Garrow's avatar
      BUGZ-2460: (merge) Merge BUGZ-2460 into integration · c92b407e
      Ike Garrow authored
          bf8d6877 - BUGZ-2460: detect and remove NAF items with incomplete data
      c92b407e
    • Ike Garrow's avatar
      CORE-42: (merge) Merge CORE-42 into integration · 0f22c4fc
      Ike Garrow authored
          c851ad27 - Merge remote-tracking branch 'origin/integration' into CORE-42
          dda81834 - CORE-42: Refactored the occurrence of tokens outside of the function
          3dc17683 - CORE-42: Add the opportunity title to the topic model as well
          4c8feeea - CORE-42: Get rid of extraneous variable based on the code review
          bb970db0 - CORE-42: Creating dictionary outside of the loop
          a16c6136 - CORE-42: Using the Beautiful soup instead of HTMLStripper based on code review suggestion
          dc511d5c - CORE-42: Changed the normalize function name
          dcc32e35 - CORE-42: Feature matrix computation is done for opportunities 🚀
          81d9ff0c - CORE-42: Remove the invalid ids for each document so that feature vectors would match to the opportunity ids
          173f38ce - CORE-42: Changed the way I store the feature vectors for opportunities for easy access
          1fd0e3ae - CORE-42: Change the structure of topic model into class and refactor
          e3cbcb7f - CORE-42 Added taxonomy ids to the documents in order to build a full feature vector for each document
          f65c1bb5 - CORE-42: Added more stop words covering the industry taxonomies up to 12
          d7045082 - CORE-42: Implemented selection of words per topic
          5264e28e - CORE-42: Added topic model keywords for each taxonomy id and be more defensive against exceptions
          703e2b55 - CORE-42: Added more stopwords to improve the quality of the topics
          0b1a3bdc - CORE-42: Retrieve tp profiles similar to opportunities and changed the test user ids to long
          7f0f09c5 - CORE-42: Compute the complete feature matrix for all of the documents with topics
          a7547e10 - CORE-42: Unicode punctuation strip and change the way of processing each documents
          96ff38c4 - CORE-42: Initial lda model
          145a8ee8 - CORE-42: String punctuation and removal of words that occurs once
          aec89ea4 - CORE-42: Stop words is added and implemented
          58e8dca5 - CORE-42: Overview of opportunities are stripped from html tags and initial commit for topic model analysis of opportunities
          abe616b8 - CORE 42: HTML Stripper is added to clean the overviews
          5b091a34 - CORE 42: Opportunities with their taxonomy ids are retrieved
          3a7cbd74 - CORE-42: Initial commit
      0f22c4fc
    • Ike Garrow's avatar
      CORE-110: (merge) Merge CORE-110 into integration · 90ffa54a
      Ike Garrow authored
          43930d69 - CORE-110: feedback from code review
          0b1b2a24 - CORE-110: initial email service
      90ffa54a
    • Ike Garrow's avatar
      RESP-1287: (merge) Merge RESP-1287 into integration · 599ae240
      Ike Garrow authored
          d347d474 - RESP-1287: more updates to use mixins and add braces in if statement
          b3f6e29f - RESP-1287: remove previous hack and disable view while in development
          aad6856d - RESP-1287: add styling
          c27393b5 - RESP-1287: add rendering to view and stat params
          fba7eee6 - RESP-1287: initial commit.  skeleton of js and template
      599ae240
  2. 19 Feb, 2015 1 commit
  3. 18 Feb, 2015 13 commits
  4. 17 Feb, 2015 16 commits
  5. 16 Feb, 2015 3 commits