text
stringlengths
20
57.3k
labels
class label
4 classes
Title: [Apibench] Resume interrupted LLM generations from last generation Body: **Describe the issue** When we try to launch LLM generations on APIBench, if the generation is interrupted midway, currently the partial file is deleted and restart generation from start. What we should instead do is check where the gener...
0easy
Title: VWMA calculation is werid Body: I think VWMA calculation is werid, since it does not take the **weighted by recent value** into consideration. It uses ```python pv = close * volume vwma = sma(close=pv, length=length) / sma(close=volume, length=length) ``` for wma calculation [check out this](https://ww...
0easy
Title: Documentation overhaul (for clarity) Body: - People sometimes get confused by our `curl` commands, and there is also an inconsistency between placeholders in URL and non-URL (`:name` vs. `{token}`). Let's use braces style (consistent with OpenAPI) - Under Windows, `curl` apparently works like this (cf. email to...
0easy
Title: Lazy listeners do not work with Chalice local testing server Body: I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting **BrokenPipeError: [Errno 32] Broken pipe**. The minimal step to reproduce the same has been shown below while using the lazy li...
0easy
Title: rename dataframe by df in conftest Body:
0easy
Title: PairwiseDistance with bottleneck metric returns non-symmetric matrix when delta is not zero Body: Test code: ``` from sklearn.datasets import load_digits from gtda.homology import CubicalPersistence from gtda.diagrams import PairwiseDistance X, _ = load_digits(return_X_y=True) nb_samples = 100 CP = Cub...
0easy
Title: Problem with EOM indicator Body: Hi I am trying get the eom indicator: `eom = ta.eom(dfrates['high'],dfrates['low'],dfrates['close'],dfrates['volume'],14)` And get this traceback: ``` File "d:\Jhon\Desktop\Proyecto\Ejemplos\TA\bot_con_ta.py", line 10, in <module> fn.ModeloNN() File "d:\Jhon\Desk...
0easy
Title: Improvements to PrecisionRecallCurve Body: There are a few things that can be updated in the `PrecisionRecallCurve` visualizer: - [x] allow the user to specify colors as a list of colors or a colormap and use `resolve_colors` in `_draw_multiclass`. - [ ] refactor shared `_get_y_scores` as a mixin, utility f...
0easy
Title: Dask.Visualize ignoring engine setting Body: Hello guys! I am running some codes on a jupiter notebook remote server. As I canยดt install graphviz, I am trying to use ipycytoscape to renderize the visualize results. If I run a example code, it does create an html file containing the visualization ``` impo...
0easy
Title: Marketplace - search results - change line height Body: ### Describe your issue. Change line height of the search term from 2 to 32px <img width="1410" alt="Screenshot 2024-12-13 at 21 08 39" src="https://github.com/user-attachments/assets/92923348-6b60-4a3e-bda4-da1aaf7c414c" />
0easy
Title: [BUG] PLForecastingModule._calculate_metrics should call log_dict with batch_size Body: **Describe the bug** When using additional metrics with PyTorch Lightning forecasting models, due to `PLForecastingModule._calculate_metrics` (called from `train_step()` or `validation_step()`) not calling `self.log_dict(......
0easy
Title: The problem of evaluation Body: ๆˆ‘ๅœจ่ฟ่กŒtest.pyๆฒกๆœ‰ไป€ไนˆ้—ฎ้ข˜๏ผŒไฝ†ๆ˜ฏๅœจ่ท‘่ฏ„ไผฐ่ฟ่กŒๅˆฐeval success็š„ๆ—ถๅ€™ๆŠฅ้”™ไบ†: multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "E:\Anaconda3\envs\pysot\lib\multiprocessing\pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "E:\pysot\toolkit\ev...
0easy
Title: `NoiseModelFromGoogleNoiseProperties` should raise an error when simulations use qubits not on the device or an uncompiled circuit Body: **Description of the issue** [Noisy Simulation](https://quantumai.google/cirq/simulate/noisy_simulation#simulation_with_realistic_noise) describes how to run simulations with ...
0easy
Title: [DOC] Binary Segmentation Estimator webpage missing Body: #### Describe the issue linked to the documentation The link from the estimator overview page ( https://www.sktime.net/en/stable/estimator_overview.html ) to Binary Segmentation is : https://www.sktime.net/en/stable/api_reference/auto_generated/sktime...
0easy
Title: Issues Active metric API Body: The canonical definition is here: https://chaoss.community/?p=3632
0easy
Title: SyntaxWarnings Body: While running an `apt upgrade` I noticed: ``` /usr/lib/python3/dist-packages/pyqtgraph/examples/SpinBox.py:38: SyntaxWarning: invalid escape sequence '\$' regex='\$?(?P<number>(-?\d+(\.\d+)?)|(-?\.\d+))$')), ``` The `\$` should be written `\\$` or `r'\$'` since a few Python releas...
0easy
Title: Provide an extensive example of API usage in go-bot Body: The go-bot is able ([example](https://github.com/deepmipt/DeepPavlov/blob/master/examples/gobot_extended_tutorial.ipynb)) to query an API to get the data. It allows to perform the dialog relying onto some explicit knowledge. In the provided example the...
0easy
Title: Add Flower Baseline: FedDefender Body: ### Paper Gill, Waris and Anwar, Ali and Gulzar, Muhammad Ali(2023) - FedDefender: Backdoor Attack Defense in Federated Learning ### Link https://arxiv.org/abs/2307.08672 ### Maybe give motivations about why the paper should be implemented as a baseline. FedDefender is...
0easy
Title: Read in README in `setup.py` Body: Switch `setup.py` to read in the README as `long_description` so it appears on PyPI's page for the project.
0easy
Title: Document differences with respx Body: Document differences between this module and [respx](https://lundberg.github.io/respx/)
0easy
Title: Review Cycle Duration within a Change Request metric API Body: The canonical definition is here: https://chaoss.community/?p=3445
0easy
Title: CMO (Chande Momentum Oscillator) calculation Body: Original CMO explanation from Chande's book: ![206595953-ab02f2ce-514e-4941-a711-76298c174bf4](https://user-images.githubusercontent.com/31756078/206600175-0b3bf9e7-d48d-42d2-a40e-472b5a27666d.png) ![206595986-af72ad1e-f8a1-4786-bf6c-b17d3f82aa73](https://user...
0easy
Title: Clarifications to 'Get Started!' section of documentation, based on errors encountered Body: ## Clarifications to the `Get Started!` section of contributing.html All: It took me a surprisingly long time to get the `pyjanitor` development environment set up on Windows 10. I have a couple of questions and an of...
0easy
Title: Docker compose Body: I think including a Docker compose would improve the use of the boilerplate. Use mine as reference: https://github.com/asacristani/fastapi-rocket-boilerplate/blob/main/docker-compose.yml
0easy
Title: Timezones in fbprophet Body: Due to this issue https://github.com/facebook/prophet/issues/831 topic 9 part 2 notebook needs to be changed a bit: df = daily_df.reset_index() df.columns = ['ds', 'y'] **df['ds'] = df['ds'].dt.tz_convert(None)**
0easy
Title: Try pygmentize-faster Body: Xonsh is using [pygments](https://pygments.org/). Try [pygmentize-faster](https://github.com/joouha/pygmentize-faster) and report about results: is it made boot/using time of xonsh faster? ## For community โฌ‡๏ธ **Please click the ๐Ÿ‘ reaction instead of leaving a `+1` or ๐Ÿ‘ comment...
0easy
Title: add brainIAK citation for SRM module Body: From the BrainIAK readme: ``` Please cite BrainIAK in your publications as: "Brain Imaging Analysis Kit, http://brainiak.org." Additionally, if you use RRIDs to identify resources, please mention BrainIAK as "Brain Imaging Analysis Kit, RRID:SCR_014824". Finally, p...
0easy
Title: Add a new parameter to the PCADecomposition visualizer in order to plot the feature columns in the projected space (biplot) Body: ### Proposal Add a new parameter to the PCADecomposition class in order to have the option to plot the input columns. I would like to have something like a biplot. ![image](ht...
0easy
Title: [DOCS] confusion balancer is misaligned Body: needs to be h2 instead of h1 ![image](https://user-images.githubusercontent.com/1019791/74315061-f6c7f280-4d76-11ea-8ed5-108e3c2e5280.png)
0easy
Title: Set autocomplete to "off" on dcc.Input doesn't work Body: Should be `autoComplete` instead. https://github.com/plotly/dash-core-components/blob/62e90491c67a79edcfb0bdbdf2f5fa134efd791e/src/components/Input.react.js#L161 https://community.plot.ly/t/how-to-disable-suggestions-on-input-component/18711
0easy
Title: Add Quarter primitive Body: - This primitive determine the quarter a datetime column falls into (1, 2, 3, 4)
0easy
Title: [LineZoneAnnotator] - make the display of in/out values optional Body: ### Description Make the display of [`in_count`](https://github.com/roboflow/supervision/blob/3024ddca83ad837651e59d040e2a5ac5b2b4f00f/supervision/detection/line_counter.py#L53) and [`out_count`](https://github.com/roboflow/supervision/blo...
0easy
Title: Add or extend template to allow more control over window size Body: At present, the ``plotly_app`` tag inserts an iframe that extends to 100% of the width of its parent, and sets its height as some (user controlled) relative fraction of the width. This needs to be extended (either with more arguments for this...
0easy
Title: Switch to pip 19.0.3 Body: After releasing v0.8.0 we should check if pip 19.0.3 fixes the problem that we worked around with #574.
0easy
Title: Review docs for lists and ensure they are bullets/numbers according to the information they present Body: This is issue #965 on the internal repo. It's perfect for an external contributor and they don't need any major awareness of Vizro. Docs change is needed where bullets are used in docs and present a seque...
0easy
Title: Increase Clickable Area for `Checkboxes` Body: The current clickable area for `Checkboxes` is too small, which can lead to difficulty in selecting checkboxes, especially on touch devices. Increasing the clickable area would enhance usability and accessibility.
0easy
Title: [New feature] Add apply_to_images to Downscale Body:
0easy
Title: [ENH] Smarter auto color encodings Body: Palette selection is currently manual: ```g.encode_point_color('my_col', ["color1", ...], , as_continuous=True)``` Some possible improvements: 1. Faster palette selection: * named palettes, e.g., from color brewer * if no palette is provided but continuous/ca...
0easy
Title: Adding Binance / Other Exchanges Body: An issue to collect data and tasks needed for adding binance - [x] Decrease Callback/ Load Amount to 1 in #40 - [x] Analyze compatibility Needed changes in Data call? Needed changes in Data storage (Multiple times same pair e.g. "ETH-USD") - [x] Discuss form of p...
0easy
Title: Bug: Custom Serialization/Deserialization logic in Redis doesn't work unless UTF-8 serializable Body: **Describe the bug** I am working on a middleware to add msgpack serialization to all messages (using ormsgpack which natively handles Pydantic models). The issue seems to be that Faststream JSON-serializes mes...
0easy
Title: No documentation on how to export a circuit to OpenQASM output Body: **Is your feature request related to a use case or problem? Please describe.** https://quantumai.google/cirq/build/interop documents how to import from an OpenQASM input, but not for exporting. I never knew this has been possible until I read ...
0easy
Title: ๆˆ‘็›ดๆŽฅไธ‹่ฝฝ่งฃๅŽ‹ไฝฟ็”จ็š„๏ผŒไธ‹่ฝฝ็š„ๅ›พ็‰‡ๅœจๅ“ชไธชๆ–‡ไปถๅคน๏ผŸๆ‰พไธๅˆฐๅ•Š๏ผ Body:
0easy
Title: cms/toolbar/toolbar_javascript.html shows python and django version Body: When we are logged in as CMS users and have access to the cms toolbar, the "toolbar_javascript.html" template source code shows version information of Django, Python, etc. I think this could lead to security issues. A good solution would ...
0easy
Title: Raise test coverage above 90% for gtda/mapper/visualization.py Body: Current test coverage from pytest is 10%
0easy
Title: Improve template logging and cookbook Body: While using alembic I came across two areas that I think could be improved: - in the template `evn.py` before setting the log config we should check if it's not already setup. I think that we can do it by checking if the root logger has an handler configured. ...
0easy
Title: Small refactoring: make _custom_command an instance method of CustomParser Body: We have a `_custom_command` function: https://github.com/ploomber/ploomber/blob/2e0d764c8f914ba21480b275c545ea50ff800513/src/ploomber/cli/parsers.py#L399 that should really be an instance method of `CustomParser`: https://github....
0easy
Title: Catch error when using `product` instead of `product[key]` Body: (there is a related issue but I couldn't find it) if a task generates multiple products, a user might inadvertently run something like `df.to_csv(product)` instead of `df.to_csv(product['data'])`, which will throw a cryptic error. In another iss...
0easy
Title: Scrapy docs: 'make htmlview' does not work Body: ### Description `Path.resolve()` returns the `PosixPath` _class_ so it is not possible to concatenate it with a string. ``` webbrowser.open('file://' + Path('build/html/index.html').resolve()) ``` ### Steps to Reproduce ``` cd docs/ make html ma...
0easy
Title: Replacing the obsolete applymap with map Body: [DataFrame.applymap](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.applymap.html) has been deprecated. I'd like to do a PR to fix this. What does the community think? Warning: ``` darts/tests/test_timeseries_multivariate.py::Te...
0easy
Title: Script to merge Flux diffuser into 1 safetensor file Body: Hi everyone I found Flux model which is split into 3 parts. So far I can't find any script to merge splitted parts of Flux model into one Can anyone help me to do it ![image](https://github.com/user-attachments/assets/d797307c-b2c0-494e-a9db-97...
0easy
Title: getting valueerror when using strategy all Body: Im using the github version with pip **Describe the bug** I am just getting a value error when trying to get strategyall() ```sh Traceback (most recent call last): File "C:\Users\copyp\AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool....
0easy
Title: A11y: basic accessibility improvements Body: For screenreader users, - [ ] add aria-labels to webapp buttons - [ ] make progress bar at the top of page less irritating - [ ] add headings to jump to main / form section
0easy
Title: URL.render_as_string doesn't always give an URL that is parsed same way Body: ### Describe the bug So the code below fails because database is not escaped ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2....
0easy
Title: `robot:skip` and `robot:exclude` tags do not support variables Body: I try to use a variable in the second test so that the resulting tag is `robot:skip`: ```robotframework *** Variables *** ${SKIP_FLAG} skip *** Test Cases *** Test One Log Test One was executed. VAR ${SKIP_FLAG} skip ...
0easy
Title: Deprecate Python 3.7 Body: We have already deprecated Python 3.6 (#4295) and plan to remove support for it in RF 7.0 (#4294). Python 3.7 will reach its end-of-life in [June 2023](https://peps.python.org/pep-0537/) and it's clear RF 7.0 won't be released before that. In this situation it makes sense to drop also ...
0easy
Title: [ENH] Add `class_weight` parameter to classifiers that use sklearn based estimators with testing Body: ### Describe the feature or idea you want to propose following #1776 ### Describe your proposed solution other classifiers need this update as well, like feature based for example Also should add tes...
0easy
Title: Add IsMonthStart primitive Body: - This primitive determine the `is_month_start` of a datetime column
0easy
Title: ๆ‰นๅ‘ไปท่ฎพ็ฝฎbug Body: ![](https://tva1.sinaimg.cn/large/008i3skNgy1gr4ez1xk0gj30sm0emq48.jpg) ๅฆ‚ๅ›พ๏ผŒๅฝ“ๆ•ฐ้‡็ญ‰ไบŽๅŒบ้—ดๅณ็ซฏ็‚นๆ—ถ๏ผŒไปทๆ ผไผš็›ดๆŽฅๅ˜ๆˆๆœ€ไพฟๅฎœ้‚ฃไธ€ๆกฃ ไป˜ๆฌพๆ—ถไนŸๆ˜ฏ่ฟ™ไธชไปทๆ ผ
0easy
Title: Modify `ForeignKeyWidget` to make it easier to override args Body: This is a potential enhancement If you want to load a related model using a mixture of fields in `ForeignKeyWidget`, you have to override the whole `clean()` method. If there was a `get_lookup_kwargs(value, row=None, **kwargs)` method, then...
0easy
Title: Clean up test_download_gzip_response Body: The test is currently skipped due to some Python-2-only code. We should instead remove that code. https://github.com/scrapy/scrapy/blob/42b3a3a23b328741f1720953235a62cba120ae7b/tests/test_downloader_handlers.py#L729-L754
0easy
Title: Good First Issue >> Price Volume Rank Body: **Which version are you running?** The latest. **Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** [Price Volume Rank](https://www.fmlabs.com/reference/default.htm) **Additional context** Good first is...
0easy
Title: Display distribution of each node Body: The distribution plot on the right pane shows the distribution for all data points. It would be nice to show the distribution of points in each node. One option for this could be to show a pie chart at each node, or during hover, change the histogram in the right han...
0easy
Title: `autocomplete` on Forms Body: We should support [`autocomplete`](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) on forms via `json_schema_extra`, e.g.: ```py class LoginForm(BaseModel): email: EmailStr = Field(title='Email Address', description="Enter whatever value you like"...
0easy
Title: Deprecate `db_assignments` and `db_students` Body: Now that there are better ways of adding assignments and students into the gradebook, I don't think it makes sense to keep these config values around anymore.
0easy
Title: ENH: Clean up warnings Body: There are many warnings in CI now, mainly because some functions are using deprecated interfaces, and we need to clean up these warnings.
0easy
Title: [Feature request] Add apply_to_images to ShotNoise Body:
0easy
Title: RFE: Prefer TOML-native configuration over legaci INI Body: ## What's the problem this feature will solve? - I want old tox versions to know I need tox \>= 4.21 - I want to use TOML-native configuration If I have this: ```toml [tool.tox] requires = ["tox>=4.21"] env_list = ["3.13", "3.12", "type",...
0easy
Title: [RFC] Link checker for documentation Body: **Is your feature request related to a problem? Please describe.** Often internal links can be misspelled or external links be down. **Describe the solution you'd like** Implement a link checker for the documentation. The fixing of the links could still be manual. ...
0easy
Title: FEAT: Implement groupby nth Body: ### Is your feature request related to a problem? Please describe A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.nth.html ### Describe the solut...
0easy
Title: How would I aggregate only one field? Body: When I turn on the aggregation function, it turns my plot into a single point, which is not very helpful. Is there a way where I can see the average of field but leaving the other field as raw values -- this is especially helpful when I have categorical data.
0easy
Title: RoBERTa on SuperGLUE's 'Multi-Sentence Reading Comprehension' task Body: MultiRC is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the Mult...
0easy
Title: docs/hardware/pasqal/getting_started.ipynb fails to execute in Google Colab Body: **Description of the issue** The cirq-pasqal getting_started.ipynb notebook calls [cirq.optimize_for_target_gateset](https://github.com/quantumlib/Cirq/blob/9c836ba3eef9f7d71a39b554632deb3463b1385b/docs/hardware/pasqal/getting_...
0easy
Title: Method to pass common params to all the nodes in the graph Body: **Is your feature request related to a problem? Please describe.** There is no way to pass many parameters all at once to each node in a graph. For example, the `verbose` flag would be nice to have it already in all the nodes. What I am doing n...
0easy
Title: Add support for pypy3 Body: The PyPy team has added support for Python 3 (see https://morepypy.blogspot.it/2017/03/pypy27-and-pypy35-v57-two-in-one-release.html). We should add this to our test matrix: - In the tox.ini file - In the travis.yml test setup - In the setup.py "classifiers / implementation" sec...
0easy
Title: Honeypot2 in Python 3 Body: Bug in groupby wrangling (referrrer)
0easy
Title: clean duplications of Xcom backend docs from core Body: ### Body Most of the text in [Object Storage XCom Backend](https://airflow.apache.org/docs/apache-airflow/2.10.5/core-concepts/xcoms.html#object-storage-xcom-backend) is duplicated with [Object Storage XCom Backend (common-io provider)](https://airflow.apa...
0easy
Title: Add datasets metadata to documentation Body: **Describe the issue** Create documentation on metadata on example datasets such as number of samples, number of features, target/class. For example, [sklearn.datasets.load_digits](http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html). ...
0easy
Title: Chat control height property should force widget height regardless of messages Body: ### Description Setting height when using the chat control should limit the chat window's height regardless of the messages' size. Currently, it overflows: ![image](https://github.com/user-attachments/assets/283b5f3d-d228-44...
0easy
Title: Make OpenAI provider compatible with `openai>=1.66.0` Body: ### Body OpenAI provider Tests are failing with: ``` ___ ERROR collecting providers/openai/tests/unit/openai/hooks/test_openai.py ___ ImportError while importing test module '/opt/airflow/providers/openai/tests/unit/openai/hooks/test_openai.py'. Hint:...
0easy
Title: Switch internal icons to FontAwesome6 Body: ### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. _No response_ ### Describe the solution you would like. _No response_ ### Describe alternatives you considered _No response_...
0easy
Title: [FEATURE]: Stale bot automation Body: ### Feature summary Stale bot for cleaning up stale issues ### Feature description using GitHub actions, having a stale bot for cleaning up stale issue. https://github.com/actions/stale ### Motivation _No response_ ### Alternatives considered _No respon...
0easy
Title: [ENH] make api version inspectable Body: currently must: ``` from graphistry.pygraphistry import PyGraphistry PyGraphistry.api_version() ``` which is not discoverable
0easy
Title: [Feature request] Add apply_to_images to Illumination Body:
0easy
Title: [benchmark] Add an option to generate random images for benchmarks Body:
0easy
Title: Add new language features from 3.5 to cfg Body:
0easy
Title: can i merging two indictors Body: If I wrote help(ta.inductor) It will print calculations of inductors so can I merge tow indicators to become one indictor ?
0easy
Title: [BUG] Input validations for APIs missing Body: ## Describe the bug when updating anomaly_params for an Kpi if anomaly_params passed is null, it causes HTTP 500 response ## Explain the environment - **Chaos Genius version**: https://github.com/chaos-genius/chaos_genius/commit/9e2ac69f06a5ed8e17bd173c18f24...
0easy
Title: Airflow not retrying when capacity not available at AWS ECS hook Body: ### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==9.2.0 ### Apache Airflow version 2.10.5 ### Operating System docker image apache/airflow:2.10.5 ### Deployment Other Dock...
0easy
Title: BUG: multi-indexed dataframes' shape Body: ### Describe the bug The shape of a multi-indexed dataframe is incorrect. ### To Reproduce In Xorbits, ```python df = pd.DataFrame({"foo": (1, 2, 3), "bar": (4, 5, 6)}) c = df.rolling(window=2).agg('corr') c.shape ``` you got `(3, 2)`. But in pandas, you g...
0easy
Title: Use JULIA_LOAD_PATH for julia env handling Body: https://github.com/jupyter/repo2docker/pull/595 writes a jupyter kernel that automatically loads the `Project.toml` env that is in the root. This works, but it also means that any julia shell for example does not have the environment loaded by default, because onl...
0easy
Title: [BUG] Generated cURL command misses the `Content-Type` header Body: Currently, it is explicitly removed. For Python, these headers are added automatically by `requests`, so for cURL they should not be removed.
0easy
Title: CSV adapter fails when there's only 1 row of data Body: Given a CSV file with a single row of data: ```bash % cat test.csv "a","b" 1,2 ``` Shillelagh will fail: ```bash % shillelagh sql> SELECT * FROM "csv://test.csv"; Traceback (most recent call last): File "/Users/beto/Projects/shillelagh/sr...
0easy
Title: Feature Request ใ€Œplz support InternLM2.5ใ€ Body: Hi, I noticed that the repository currently lacks support for the InternLM2.5-7B (1.8B, 20B) model, which may cause compatibility issues or missing steps for users trying to implement it. It would be beneficial to update the repository with detailed instructions...
0easy
Title: [DOC] `</li>` tags appear on the end on list in partition clustering notebook Body: ### Describe the issue linked to the documentation Some `</li>` tags appear on the partition clustering notebook : ![Image](https://github.com/user-attachments/assets/9e7d9a1f-3702-476f-80dd-807b0655de91) ### Suggest a potent...
0easy
Title: Leading and internal spaces should be preserved in documentation Body: Hi, I found that `.. code::robotframework` directives cannot work well in resource file format when I set documen format as reStructuredText format. ```robot *** Keywords *** Simple keyword [Documentation] ... .. code::...
0easy
Title: [QOL] Add workflow for auto-release Body: Add a workflow for auto-release (bumping versions in `pyproject.toml`, bumping it to dockerhub/githubcr, and any other version references that need to be updated. Currently every release will push the latest version to 3 places: - [Pypi](https://pypi.org/project/Gr...
0easy
Title: mutlilabel task Body: i want to know whether autosklearn support multilabel task, thank you!
0easy
Title: Docs: bad links in flask migration docs Body: ### Summary https://docs.litestar.dev/latest/migration/flask.html <img width="936" alt="image" src="https://github.com/litestar-org/litestar/assets/45884264/e0b452be-8b6e-4b0f-96e1-6c66a81322a3">
0easy
Title: [Docs] Need more examples on Tabular Data Body: The Tabular dataset example only gives a few use cases that cleanlab can be used for. However, the community is looking for other usecases may be related to eCommerce, Fintech related on Tabular data. 1. https://docs.cleanlab.ai/stable/tutorials/tabular.html 2...
0easy
Title: Redirects in Django CMS 4 (missing the "This page has no preview!"-message) Body: <!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description In Django CMS 3 when you c...
0easy