1. 27 Feb, 2025 9 commits
  2. 26 Sep, 2024 1 commit
  3. 20 Sep, 2024 1 commit
  4. 09 Sep, 2024 1 commit
    • Grégoire Locqueville's avatar
      Remove useless code, dependencies, warnings · 802e0cdf
      Grégoire Locqueville authored
      - Re-enable orphan warnings that were manually disabled in many modules
      - Remove non-Haskell files that were just sitting in the source tree
      - Remove modules that were not called from anywhere
      - Remove unused dependencies
      
      This is not exhaustive by any means. In particular, some more weeding out
      can be achieved by looking at individual functions and even branches of
      functions. Weeder can help with that.
      802e0cdf
  5. 30 Jul, 2024 1 commit
  6. 24 May, 2024 1 commit
  7. 04 Mar, 2024 3 commits
  8. 14 Feb, 2024 1 commit
  9. 13 Feb, 2024 2 commits
    • Alexandre Delanoë's avatar
      e9686670
    • Alexandre Delanoë's avatar
      [FIX] Graph of Order 2 A or 2 B ? Here is the fix of the Order 2B to replace · b85cbefa
      Alexandre Delanoë authored
      the 2A, which is my recommendation.
      
      For some reasons that should be better analyzed, during the computation
      of the Distributional similarity using Accelerate some parts of the
      matrix are are below 1 (see the line modified by this commit). As a
      consequence the log of such value below 1 gives a negative value that is
      breaking the whole similarity computation: the matrix has negative and
      non negative values and is becoming inconsistent.
      
      The main fix consists in managing the values below 1 in order to get a
      non negative matrix.
      
      The Order 2A fixes the issue by adding 1 on each cell of the matrix.
      The Order 2B fixes the issue by removing values below 1 only.
      
      According to the qualitative tests I made the Graph results of order 2B
      is better than the results of order 2A. Filtering seems better than
      forcing using all data where some seems to be not "representative" enough.
      b85cbefa
  10. 12 Oct, 2023 1 commit
  11. 28 Sep, 2023 1 commit
  12. 21 Sep, 2023 1 commit
  13. 15 Jun, 2023 2 commits
  14. 24 Mar, 2023 2 commits
  15. 28 Feb, 2023 1 commit
  16. 10 Feb, 2023 1 commit
  17. 25 Jan, 2023 2 commits
  18. 18 Oct, 2022 1 commit
  19. 30 Sep, 2022 1 commit
  20. 21 Sep, 2022 1 commit
  21. 18 Jul, 2022 3 commits
  22. 12 Jul, 2022 1 commit
  23. 09 Jul, 2022 1 commit
  24. 23 Jun, 2022 1 commit