Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / joaopfonseca/ml-research issues and pull requests

#71 - Review HalvingGridModelSearchCV

Issue - State: open - Opened by joaopfonseca about 2 months ago
Labels: Bug

#70 - `use_latex` does not reset `text.usetex` to `False` once its set to `True`

Issue - State: open - Opened by joaopfonseca about 2 months ago
Labels: Bug, Good First Issue

#69 - Add Gallery to documentation

Pull Request - State: closed - Opened by joaopfonseca about 2 months ago - 1 comment

#68 - [MRG] Add HalvingModelSearchCV

Pull Request - State: closed - Opened by joaopfonseca 2 months ago

#66 - Format code with new version of ``black`` and fix errors coming from new ``sklearn`` version

Issue - State: closed - Opened by joaopfonseca 8 months ago
Labels: Deprecated, Refactor

#65 - Add `mlresearch.show_versions()` to documentation page

Issue - State: closed - Opened by joaopfonseca 9 months ago
Labels: Documentation

#64 - Synthetic data quality metrics

Pull Request - State: closed - Opened by joaopfonseca 12 months ago - 1 comment
Labels: New Feature, Breaking, Refactor

#63 - Implement metrics for evaluating synthetic data

Issue - State: closed - Opened by joaopfonseca 12 months ago
Labels: New Feature

#62 - Update pandas minimum dependencies (fixed error on ``make_mean_sem_table``)

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: Bug

#60 - Error when importing ``set_matplotlib_style``

Issue - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: Bug

#59 - Add `mlresearch.show_versions()` function

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: New Feature

#58 - Refactor code to fix `make code-analysis` warnings

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: Refactor, Build / CI

#57 - Add type hints to code and fix ``make code-analysis`` warnings

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: Refactor

#56 - Add ``mlresearch.show_versions()`` functions for bug reports

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: Documentation

#55 - Add issues template and fix broken link on PR template

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: Documentation

#54 - Add support for Python 3.12 and drop support for Python 3.8

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: Build / CI

#53 - Add Python 3.12 support

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: Build / CI

#52 - Set ``utils.parallel_loop`` to track job completions and replace dependency ``rich`` with ``tqdm``

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: enhancement

#51 - Set ``utils.parallel_loop`` to track job completions instead of job starts

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: enhancement

#49 - Add issues template and fix broken link on PR template

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: Documentation

#48 - Add CONTRIBUTING.md file

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: documentation

#47 - Make package `rich` an optional dependency

Issue - State: open - Opened by joaopfonseca about 1 year ago
Labels: documentation

#46 - [MRG] Add changelog generator

Pull Request - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: documentation

#45 - Add Changelog generator

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: documentation

#44 - Add CONTRIBUTING file

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: documentation

#43 - `mlresearch.preprocessing.PipelineEncoder` is not preserving feature order

Issue - State: closed - Opened by joaopfonseca about 1 year ago - 1 comment
Labels: bug

#42 - Fix applymap `FutureWarning`

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: Bug

#41 - Fix bugs and deprecation warnings arising from dependency updates

Issue - State: closed - Opened by joaopfonseca about 1 year ago
Labels: bug

#40 - ``census`` dataset URL is broken

Issue - State: closed - Opened by joaopfonseca over 1 year ago - 1 comment
Labels: bug

#39 - Replace ``df.append`` functions to comply with pandas 2.0

Issue - State: closed - Opened by joaopfonseca over 1 year ago
Labels: bug

#38 - add check_random_state to __init__.py in utils and update docs

Pull Request - State: closed - Opened by ArcturusMotors over 1 year ago - 2 comments

#37 - Add ``check_random_states`` to ``__init__.py`` in utils submodule

Issue - State: closed - Opened by joaopfonseca over 1 year ago - 4 comments
Labels: good first issue

#36 - ``adult`` dataset contains trailing white spaces

Issue - State: closed - Opened by joaopfonseca over 1 year ago
Labels: bug

#34 - SOM implementation

Issue - State: open - Opened by joaopfonseca almost 2 years ago
Labels: enhancement

#33 - Implement ModelSearchCV with grid search and halving grid search

Issue - State: closed - Opened by joaopfonseca almost 2 years ago - 1 comment
Labels: New Feature

#32 - Rename ``data_augmentation`` submodule to ``synthetic_data``

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: Breaking, Refactor

#31 - Add tests for functions in ``mlresearch.utils._visualization``

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: invalid

#30 - [MRG] Move latex functions to its own module

Pull Request - State: closed - Opened by joaopfonseca almost 2 years ago - 1 comment

#29 - Move LaTeX-related functions to their own submodule

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: documentation

#28 - Create function ``dataframe_to_image``

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: enhancement

#27 - [MRG] Add wrapper to encode categorical features in a pipeline

Pull Request - State: closed - Opened by joaopfonseca almost 2 years ago - 2 comments

#26 - [MRG] Improvements to datasets submodule

Pull Request - State: closed - Opened by joaopfonseca almost 2 years ago - 2 comments

#25 - Host all raw data from datasets submodule elsewhere

Issue - State: open - Opened by joaopfonseca almost 2 years ago - 2 comments
Labels: Bug

#24 - [MRG] Add Python 3.11 support

Pull Request - State: closed - Opened by joaopfonseca almost 2 years ago - 1 comment

#23 - Add support for Python 3.11

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: invalid

#22 - Fix some of the errors/warnings in the documentation

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: documentation

#21 - Fix deprecation warnings

Issue - State: closed - Opened by joaopfonseca almost 2 years ago

#20 - Remove computer vision models, augmentations and datasets

Issue - State: closed - Opened by joaopfonseca almost 2 years ago
Labels: wontfix

#19 - Include a pipeline-compatible version for one-hot encoding

Issue - State: closed - Opened by joaopfonseca about 2 years ago
Labels: enhancement

#18 - Add more dataset information in ``summarize_datasets``

Issue - State: closed - Opened by joaopfonseca about 2 years ago
Labels: enhancement

#17 - Add missing docstring to GeometricSMOTE's ``_encode_categorical``

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: documentation

#16 - ``sklearn.metrics.SCORERS`` is deprecated

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment
Labels: enhancement

#14 - [MRG] Add more utilities to dataset functions

Pull Request - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment

#13 - Move all CI/CD to GitHub Actions

Pull Request - State: closed - Opened by joaopfonseca over 2 years ago

#12 - Update ``make`` commands

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: documentation

#11 - Consider modifying default BYOL hyper-parameters for smaller batch sizes

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment

#10 - Add function to describe and imbalance datasets

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: enhancement

#9 - Make pytorch models sklearn compatible

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment
Labels: enhancement

#8 - Move secondary dependencies to optional dependencies

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: enhancement

#7 - Add Semi-supervised learning implementation

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment

#6 - Finish BYOL implementation and tests

Issue - State: closed - Opened by joaopfonseca over 2 years ago

#5 - Add ML-Research to conda

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 3 comments

#4 - Review and add examples to documentation

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: Documentation

#3 - Move all CI/CD to GitHub Actions

Issue - State: closed - Opened by joaopfonseca over 2 years ago

#2 - Active Learning Implementations

Issue - State: closed - Opened by joaopfonseca over 2 years ago - 1 comment
Labels: enhancement, wontfix

#1 - Get to 80% code coverage

Issue - State: closed - Opened by joaopfonseca over 2 years ago
Labels: enhancement