Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEA Add examples recommender system #1125

Merged
merged 97 commits into from Nov 17, 2023

Commits on Apr 5, 2023

  1. FEA Add examples recommender system

    ArturoAmorQ committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    28f4461 View commit details
    Browse the repository at this point in the history
  2. Add recommend_examples to gallery_config

    ArturoAmorQ committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d27c9fe View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Use rubric directive instead of title

    ArturoAmorQ committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0e027a7 View commit details
    Browse the repository at this point in the history
  2. Set number of recommended examples from gallery_config

    ArturoAmorQ committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d74b825 View commit details
    Browse the repository at this point in the history
  3. Add parameter validation for n_examples

    ArturoAmorQ committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7b9959c View commit details
    Browse the repository at this point in the history
  4. Run black

    ArturoAmorQ committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    81f742e View commit details
    Browse the repository at this point in the history
  5. Clean commented code

    ArturoAmorQ committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c9c4589 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Apply suggestions from https://github.com/ArturoAmorQ/sphinx-gallery/…

    …pull/1/files
    
    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    cbc55cd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Apply suggestions from code review

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    fc5b8a4 View commit details
    Browse the repository at this point in the history
  2. Some fixes

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8624f68 View commit details
    Browse the repository at this point in the history
  3. Fix format

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d042591 View commit details
    Browse the repository at this point in the history
  4. Rename data_dict into data

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8a04e69 View commit details
    Browse the repository at this point in the history
  5. Simplify for loop

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    29fe98b View commit details
    Browse the repository at this point in the history
  6. Simplify dtype

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4a23db1 View commit details
    Browse the repository at this point in the history
  7. Change notation and divide inplace

    ArturoAmorQ committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5b1b757 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Apply suggestions from code review

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fa2389a View commit details
    Browse the repository at this point in the history
  2. Support dense matrices only

    ArturoAmorQ committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3c8e957 View commit details
    Browse the repository at this point in the history
  3. Rename tfidf_transformer into compute_tf_idf

    ArturoAmorQ committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9b4f6f0 View commit details
    Browse the repository at this point in the history
  4. Update documentation to dense matrix support only

    ArturoAmorQ committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2d217e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fix bugs

    ArturoAmorQ committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1d611dc View commit details
    Browse the repository at this point in the history
  2. Change default value for backward compatibility

    ArturoAmorQ committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7d1f621 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Fix format

    ArturoAmorQ committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    aeb5489 View commit details
    Browse the repository at this point in the history
  2. Add entry to configuration.rst

    ArturoAmorQ committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    108f523 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Import numpy only if recommender is enabled

    ArturoAmorQ committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ed7c6fc View commit details
    Browse the repository at this point in the history
  2. Fix format

    ArturoAmorQ committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a52b5c1 View commit details
    Browse the repository at this point in the history
  3. Fix bugs

    ArturoAmorQ committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9b5ef86 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Apply suggestions from code review

    Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
    ArturoAmorQ and larsoner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a2cc203 View commit details
    Browse the repository at this point in the history
  2. Add missing import

    ArturoAmorQ committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8dd83d0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Fix format

    ArturoAmorQ committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8672914 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    94e5a40 View commit details
    Browse the repository at this point in the history
  2. Fix format

    ArturoAmorQ committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bbe8a20 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    e7be84c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add test for recommended files

    ArturoAmorQ committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9b2ec7c View commit details
    Browse the repository at this point in the history
  2. FIX: importorskip

    larsoner committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6231bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c56f62 View commit details
    Browse the repository at this point in the history
  4. FIX: More complete test

    larsoner committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6ea293 View commit details
    Browse the repository at this point in the history
  5. FIX: Path

    larsoner committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    12fd707 View commit details
    Browse the repository at this point in the history
  6. FIX: No need

    larsoner committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    581c7f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Solve conflicts

    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cd01604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904be25 View commit details
    Browse the repository at this point in the history
  3. Fix file header

    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    72526be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'recommender_system' of github.com:ArturoAmorQ/sphinx-ga…

    …llery into recommender_system
    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ec7ed38 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/sphinx-gallery/sphinx-gal…

    …lery into recommender_system
    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    40bb513 View commit details
    Browse the repository at this point in the history
  6. Clean code

    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8706c81 View commit details
    Browse the repository at this point in the history
  7. Ensure that summary line fits on one line

    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8d11a7a View commit details
    Browse the repository at this point in the history
  8. Add test for html render of n_examples

    ArturoAmorQ committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b1083a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    083c541 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Remove possible support for backrefs tokenizer

    ArturoAmorQ committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    30dc03d View commit details
    Browse the repository at this point in the history
  2. Fix wrong test comment

    ArturoAmorQ committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    00e78c8 View commit details
    Browse the repository at this point in the history
  3. Prefer explicit nested numpy imports

    ArturoAmorQ committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0714ef0 View commit details
    Browse the repository at this point in the history
  4. Add support to min_df

    ArturoAmorQ committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1c8351d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29c621 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add support for float min_df

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    69966a2 View commit details
    Browse the repository at this point in the history
  2. Modify doc on min_df accordingly

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c0dee6f View commit details
    Browse the repository at this point in the history
  3. Add support for max_df

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8daadc View commit details
    Browse the repository at this point in the history
  4. Simplify use of default values

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a06f026 View commit details
    Browse the repository at this point in the history
  5. Improve documentation in the user guide

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    92aeff5 View commit details
    Browse the repository at this point in the history
  6. Fix ruff errors

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3feac7b View commit details
    Browse the repository at this point in the history
  7. Iter

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8dea184 View commit details
    Browse the repository at this point in the history
  8. Update sphinx_gallery/recommender.py

    Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
    ArturoAmorQ and ogrisel committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5289260 View commit details
    Browse the repository at this point in the history
  9. Add link to wikipedia for TF-IDF

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0dafc32 View commit details
    Browse the repository at this point in the history
  10. Change default values for ExampleRecommender

    ArturoAmorQ committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a214c05 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Fix conflicts

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    829ee56 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Lucy Liu <jliu176@gmail.com>
    ArturoAmorQ and lucyleeow committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    76c0a81 View commit details
    Browse the repository at this point in the history
  3. Iter on suggestions

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4c7dafb View commit details
    Browse the repository at this point in the history
  4. Iter on conflict solving

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f5d849f View commit details
    Browse the repository at this point in the history
  5. Change iterator variable name

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2a21ce6 View commit details
    Browse the repository at this point in the history
  6. Prefer Path over os.listdir

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a3e98eb View commit details
    Browse the repository at this point in the history
  7. Try import numpy on gen_gallery

    ArturoAmorQ committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d1ec903 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Carry parameter validation before vectorizing

    ArturoAmorQ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6464c4f View commit details
    Browse the repository at this point in the history
  2. Remove nested numpy imports

    ArturoAmorQ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    67dccf0 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts

    ArturoAmorQ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8092e14 View commit details
    Browse the repository at this point in the history
  4. Revert removal of nested imports

    ArturoAmorQ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eae2a4a View commit details
    Browse the repository at this point in the history
  5. Add importorskip to test

    ArturoAmorQ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3ba4d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Use clearer variable names

    ArturoAmorQ committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    494d177 View commit details
    Browse the repository at this point in the history
  2. Make docstring clearer

    ArturoAmorQ committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1189948 View commit details
    Browse the repository at this point in the history
  3. Attempt to make test_rebuild more lenient

    ArturoAmorQ committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    96c557a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Iter on making test_rebuild more lenient

    ArturoAmorQ committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1859608 View commit details
    Browse the repository at this point in the history
  2. Make rubric header customizable

    ArturoAmorQ committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fbea244 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    a56e6ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38404d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Improve rubric header description

    ArturoAmorQ committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    063df21 View commit details
    Browse the repository at this point in the history
  2. Add test for dict_vectorizer and compute_tf_idf

    ArturoAmorQ committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    44d2885 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'recommender_system' of github.com:ArturoAmorQ/sphinx-ga…

    …llery into recommender_system
    ArturoAmorQ committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    878772a View commit details
    Browse the repository at this point in the history
  4. Update sphinx_gallery/recommender.py

    Co-authored-by: Lucy Liu <jliu176@gmail.com>
    ArturoAmorQ and lucyleeow committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    dd762b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767c6cb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'recommender_system' of github.com:ArturoAmorQ/sphinx-ga…

    …llery into recommender_system
    ArturoAmorQ committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a16867b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Factorize tests into a single file

    ArturoAmorQ committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d5398f3 View commit details
    Browse the repository at this point in the history
  2. Keep rubric directive non-editable

    ArturoAmorQ committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    43b97ed View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Add test for custom header

    ArturoAmorQ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c69f075 View commit details
    Browse the repository at this point in the history
  2. Handle existing directory correctly

    ArturoAmorQ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8e11051 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: Lucy Liu <jliu176@gmail.com>
    ArturoAmorQ and lucyleeow committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    dc32406 View commit details
    Browse the repository at this point in the history
  2. Prefer Path over os.path

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e5e0045 View commit details
    Browse the repository at this point in the history
  3. Move test_recommend_n_examples back to test_full

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2d3cb5d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    488f64d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f591624 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    53e2740 View commit details
    Browse the repository at this point in the history