text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Catch NoBackendError exception and tell user to install ffmpeg Body: Despite instructions to install ffmpeg in README.md (#414), people still skip it and get audioread's NoBackendError whenever trying to load mp3s. The exception is confusing to the end user and we get a lot of questions about it. * The error ...
0easy
Title: [core] Fix mock dependency Body: ### What happened + What you expected to happen Ray core's mock object dependency is a mess, one concrete example: https://github.com/ray-project/ray/blob/master/src/mock/ray/raylet/agent_manager.h It should have the dependency of `AgentManager` and `DefaultAgentManagerServiceHa...
0easy
Title: Do not exclude files during parsing if using `--suite` option Body: Currently when the `--suite` option is used, files not matching the specified suite aren't parsed at all. This is a useful performance optimization, but it doesn't work well with the new `Name` setting (#4583) that allows configuring the suite n...
0easy
Title: [Documentation] Doc on mapping from torchaudio to Albumentations Body: Was told that noone is using Albumentation in the audio community, although all transforms from torchaudio exist in Albumentations, although may have different names. Need document / blog post.
0easy
Title: Don't log warning for "Couldn't load adapter" if adapter isn't specified Body: Currently I get a bunch of warnings like: ``` Couldn't load adapter datasetteapi = shillelagh.adapters.api.datasette:DatasetteAPI ``` even though I am explicitly passing in a list of adapters and not specifying that adapter. Th...
0easy
Title: missing documentation: Estimator Transformer Body: The `EstimatorTransformer` is complicated enough to add an .rst document for. Might be nice to check if we can automatically test this as well.
0easy
Title: test_batch_path_differ sometimes fails Body: See https://github.com/scrapy/scrapy/pull/5847#issuecomment-1471778039.
0easy
Title: Make JSONHandler customization docs clearer Body: As pointed out by @Stargateur in https://github.com/falconry/falcon/issues/1906#issuecomment-817374057, our [`JSONHandler`](https://falcon.readthedocs.io/en/stable/api/media.html#falcon.media.JSONHandler) customization docs could be made clearer by separately ill...
0easy
Title: Bug: incorrect parsing of path parameters with nested routers Body: **Describe the bug** When using nested routers with path parameters, the values are parsed incorrectly. Specifically, when passing a valid enum value in the subject, only the last character of the path parameter is taken. **How to reproduce*...
0easy
Title: Add template to Overleaf Body: To help people manually edit their resumes
0easy
Title: Implement consistancy checks for unitary protocol in the presence of ancillas Body: **Is your feature request related to a use case or problem? Please describe.** #6101 was created to update `cirq.unitary` and `cirq.apply_unitaries` protocols to support the case when gates allocate their own ancillas. This was ...
0easy
Title: [new]: `xml2json(xml)` Body: ### Check the idea has not already been suggested - [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction) ### Edit the title above with self-explanatory function name and argument names - [X...
0easy
Title: “Ask for feedback” step. Body: Create a step that asks “did it run/work/perfect”?, and store to memory folder. And let the benchmark.py script check that result, and convert it to a markdown table like benchmark/RESULTS.md , and append it with some metadata to that file.
0easy
Title: Unknown interaction errors Body: Sometimes there are unknown interaction errors with a response in /gpt converse takes too long to return, or if the user deleted their original message it is responding to before it responds
0easy
Title: [Tech debt] Improve Interface for RandomFog Body: Right now in the transform we have separate parameters for `fog_coef_upper` and `fog_coef_upper` Better would be to have one parameter `fog_coef_range = [fog_coef_lower, fog_coef_upper]` => We can update transform to use new signature, keep old as workin...
0easy
Title: fix: typing failures with modern typed libraries Body: We limit traitlets and matplotlib to avoid lint failures in https://github.com/widgetti/solara/pull/305 We should fix those errors, and unpin the installations in CI.
0easy
Title: /assignments_demo/assignment04_habr_popularity_ridge.ipynb - Опечатка в тексте задания Body: "Инициализируйте DictVectorizer с параметрами по умолчанию. Примените метод fit_transform к X_train['title'] и метод transform к X_valid['title'] и X_test['title']" Скорее всего здесь опечатка: должно быть X_train[fe...
0easy
Title: VWAP Bands request like IB Body: Which version are you running? The latest version is on Github. Pip is for major releases. ``` import pandas_ta as ta print(ta.version) 0.3.64b0 ``` **Indicator addition to match another broker** Hi, So kind of new around here, and I've been looking for indicator ...
0easy
Title: corpora.TextDirectoryCorpus fails on utf-8 encoded files on windows Body: #### Problem description What are you trying to achieve? What is the expected result? What are you seeing instead? I have a directory of utf-8 encoded files (scraped Reddit submissions selftext i.e. text in reddit posts) in plain te...
0easy
Title: Remove RRset write-support for locked users Body: Currently, locked users can write RRsets to the application database. Only upon unlocking the user account, these RRsets will be propagated to pdns. This leads to various difficulties regarding validation and consistency, see https://github.com/PowerDNS/pdns/i...
0easy
Title: `BuiltIn.Log` documentation contains a defect Body: This is rather a typo more than a bug, but in the very last line of docstring for `BuiltIn.Log` Keyword, there is an annotation that one can choose between `type` and `log` formatter options. Looking at `_get_formatter` method ( [HERE](https://github.com/robo...
0easy
Title: Add pre-commit hooks, whatever you like Body:
0easy
Title: MACD is not working Body: macd = ta.macd(data['close'], fast=12, slow=26, signal=9, talib=True, offset=None) Output is missing
0easy
Title: Documentation for customizing admin forms is out-of-date / unclear Body: The documentation describes how to [customize the import forms](https://django-import-export.readthedocs.io/en/latest/getting_started.html#customize-admin-import-forms). The example shows how you can add an `author` field, but it doesn't m...
0easy
Title: skopt.plots in 1-dimension Body: I'm working on simple examples with optimization with respect to a single variable. Both ``` from skopt.plots import plot_evaluations from skopt.plots import plot_objective ``` seem to fail if I'm only optimizing wrt a single variable ``` /Users/cranmer/anaconda/lib/py...
0easy
Title: `AutoML::fit_ensemble` with `ensemble_size =0` causes crash Body: It seems there is no validation on `fit_ensemble` when ensemble size is `0`, causing an issue to appear as seen in #1327
0easy
Title: Add EDA for input data set Body: It will be nice to have Exploratory Data Analysis (EDA) similar that is in https://mljar.com ![image](https://user-images.githubusercontent.com/6959032/87848663-9b300100-c8e2-11ea-94a2-5d2c11987a83.png) The EDA can be saved in a separate Markdown file and have link to it fro...
0easy
Title: docker 启动报错 Body: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html return self.timezone.localiz...
0easy
Title: Add `expand` attribute to SectionBlock Body: The [API docs list the attribute `expand`](https://api.slack.com/reference/block-kit/blocks#section), which is currently missing from the SDK version in SectionBlock class. ### Category (place an `x` in each of the `[ ]`) - [ ] **slack_sdk.web.WebClient (sync/as...
0easy
Title: SpinBox _updateHeight has a type error Body: PyQtGraph v0.11.0 and v0.12.3, in SpinBox.py line 577 should be ``` self.setMaximumHeight(int(1e6)) ``` not ``` self.setMaximumHeight(1e6) ``` The existing line causes a type error when we set `opts['compactHeight'] = False`, because `1e6` is a float, ...
0easy
Title: Connect Oriented Bounding Box to Metrics Body: # Connect Oriented Bounding Box to Metrics > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer visi...
0easy
Title: Document which environment variables are passed through by default Body: Documentation for tox3 had https://tox.wiki/en/3.27.0/config.html#conf-passenv Documentation for tox4 does not show the list any more Also see https://github.com/tox-dev/tox/blob/6b1cc141aeb9501aa23774056fbc7179b719e200/src/tox/tox_en...
0easy
Title: [Documentation] Add explanation why you may get additional keyplints or Bounding boxes with Reflection Padding Body: To question on why the number of keypoints or bounding boxes increased https://github.com/albumentations-team/albumentations/issues/2055 Need to add clear explanation with example to docs abou...
0easy
Title: Avoid `StreamlitDuplicateElementId` error when the same widget is in the main area and sidebar Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary U...
0easy
Title: [FEA] tree layouts should support a planar layout mode Body: **Is your feature request related to a problem? Please describe.** When plotting tree data, edges sometimes intersect. Ex: ``` g = (g .get_degrees() .tree_layout( level_sort_values_by='degree', level_sort_values_by_...
0easy
Title: Dependency Models created from Form input data are loosing metadata(field set) and are enforcing validation on default values. Body: ### Discussed in https://github.com/fastapi/fastapi/discussions/13380 <div type='discussions-op-text'> <sup>Originally posted by **sneakers-the-rat** February 16, 2025</sup> ###...
0easy
Title: [BUG] Notebooks use api=1 auth Body: **Describe the bug** Some demos use api=1/2 instead of api=3 **To Reproduce** See main analyst notebook **Expected behavior** Should instead have something like: ```python # To specify Graphistry account & server, use: # graphistry.register(api=3, username='...'...
0easy
Title: Add tests that confirm primitive input_types are the expected shapes Body: There are a number of assumptions we make about the shape of Primitive `input_types` lists: - Its either a list of ColumnSchema objects or a list of lists of ColumnSchema objects (and not a combination) - All sub-lists are the same leng...
0easy
Title: ASK AI should work with open source self hosted/cloud hosted LLMs in open source pygwalker Body: **Is your feature request related to a problem? Please describe.** I am unable to integrate or use Amazon Bedrock, Azure GPT, Gemini or my own llama 2 LLM for the ASK AI feature. **Describe the solution you'd l...
0easy
Title: ClassificationScoreVisualizers should return accuracy Body: See #358 and #213 -- classification score visualizers should return accuracy when `score()` is called. If F1 or accuracy is not in the figure it should also be included in the figure.
0easy
Title: Allow multi-line queries in REPL Body: We should allow user to write multi-line queries in the REPL, running them only after a semi-colon.
0easy
Title: tools.reduce: matrix rank affecting the dimensions of the result Body: `import hypertools as hyp` `import numpy as np` `print hyp.tools.reduce(np.random.normal(0,1,[5,100]),ndims=10).shape` This is the code I tried which was supposed to give me a 5x10 dimension matrix. However, because the rank of the matri...
0easy
Title: Enhance performance of visiting parsing model Body: When Robot parses data files, it produces a model that both Robot itself and external tools use. Going through the model is easiest by using [visitors](https://robot-framework.readthedocs.io/en/stable/autodoc/robot.parsing.model.html#robot.parsing.model.visitor...
0easy
Title: [DOCS] Colors tutorial Body: **Is your feature request related to a problem? Please describe.** Colors can use a full tutorial, due to issues like https://github.com/graphistry/pygraphistry/issues/241 **Describe the solution you'd like** Cover: * Explicit colors: palettes, RGB hex * Symbolic encod...
0easy
Title: Force json response for autodraw drawing agent Body: Within `/gpt converse` there is an agent that creates a prompt and determines if drawing is needed when a conversation message is sent with gpt-vision, currently, when I set response_format in the request to the model, the upstream API seems to complain saying...
0easy
Title: [tech debt] Merge `ShiftScaleRotate` and `Affine` Body: Both do the same, but `Affine` is much faster. 1. Merge two classes. 2. Add Deprecated warning to `ShiftScaleRotate`
0easy
Title: feat: implement "update" for Milvus Body: Milvus does not directly support the functionality to update existing data. The workaround is to delete+index data that you want to update.
0easy
Title: "Installed capacity" label is shown for aggregated data Body: **Describe the bug** "Installed capacity" label should not be shown for aggregated data **To Reproduce** Steps to reproduce the behavior: 1. Pick any zone 2. Select Yearly view **Expected behavior** "Installed capacity" label should not be ...
0easy
Title: High correlation warning printed multiple times Body: I get the same warning "High correlation" with the same other column four times in the report. Looks like a bug where the warning is accidentally generated multiple times or not de-duplicated properly. Is it easy to spot the issue or reproduce? Or shoul...
0easy
Title: [From flask-restplus #589] Stop using failing ujson as default serializer Body: Flask-restx uses `ujson` for serialization by default, falling back to normal `json` if unavailable. As has been mentioned before `ujson` is quite flawed, with some people reporting rounding errors. Additionally, `ujson.dumps` d...
0easy
Title: [DOC] Update Pull Request Template with `netlify` option Body: # Brief Description of Fix <!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs page, and what you would like to see it become. Example starter wording is provided. --> C...
0easy
Title: topic 5 part 1 summation sign Body: [comment in ODS](https://opendatascience.slack.com/archives/C39147V60/p1541584422610100)
0easy
Title: [BUG] AttributeError error in merge_models function after document update Body: **Describe the bug** An error occurs in the merge_models function after defining a new field in the document update in the .update method that is not included in the pydantic model using the extra='allow' option. Follow the code exa...
0easy
Title: [Feature Request] Add per image and per channel to Normalize Body: Normalization transform could be expanded to the: - per image - per image / per channel - min_max - min_max / per channel And it makes sense to add to the docstring typical values for mean and std for standard and inception. Probably as ...
0easy
Title: [UX] Showing logs for automatic translation of file uploads in `jobs launch` Body: <!-- Describe the bug report / feature request here --> We have the logs showing for the normal `sky launch`'s file_mounts, but we don't show the logs for `jobs launch`'s automatic translation. We should have a log file for t...
0easy
Title: [DOCS] Getting Started with Taipy Page --Run Command Body: ### Issue Description It would be nice if Getting Started Page has a line or two for command to start the Taipy application so that it would be easy for new Developers to get started right away. Right now the code ends with the below line and one has to...
0easy
Title: [bug] In Python 3.4 and below inspect.stack() returns just a tuple in the list, not a list of named tuples Body: **Describe the bug** In Python 3.4 and below `inspect.stack()` returns just a tuple in the list, not a list of named tuples. Only since version 3.5 does it return a list of named tuples. **To Repr...
0easy
Title: Potential Memory Leak in Response Buffer Body: ## 🐛 Bug The [response_buffer](https://github.com/Lightning-AI/LitServe/blob/08a9caa4360aeef94ee585fc5e88f721550d267b/src/litserve/server.py#L74) dictionary could grow indefinitely if requests fail before their responses are processed. Implement a cleanup mechani...
0easy
Title: X has feature names, but StandardScaler was fitted without feature names Body: This issue has been coming up when I use, automl.predict_proba(input) I am using the requirements.txt in venv. Shouldn't input have feature names? This message did not used to come up and I don't know why.
0easy
Title: Placeholder for title becomes editable when the user double clicks. Body: ## Bug Report **Problematic behavior** Here is a [video](https://www.loom.com/share/22c41836a9254727b0d024d761b2011f) of the problem.
0easy
Title: Clean up shims for old python version Body: For example there is code using [six](https://six.readthedocs.io/) to handle 2/3 differences, but there is code that requires 3.5+ (e.g. type annotations syntax) and docs say 3.6+. As Python2 went EOL earlier this year, it's probably good to clean up the old code and d...
0easy
Title: Return to the first page after visiting invalid page Body: ### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request related to a problem? Please describe. When visiting...
0easy
Title: CI improvements and speedups Body: There are a few things that might be improved / changed and everyone is welcome to implement these ideas: 1. Get rid of upload/download artifact and use a registry server. This would mean much less uploads (most layers will be already uploaded). It might be a good idea to us...
0easy
Title: [BUG] Failed to execute query when there are multiple arguments Body: **Describe the bug** When executing query with more than three joint arguments, the query failed with SyntaxError. **To Reproduce** ```python import numpy as np import mars.dataframe as md df = md.DataFrame({'a': np.random.rand(100), ...
0easy
Title: Add XML Parsing block Body: Use [https://github.com/Significant-Gravitas/gravitasml](https://github.com/Significant-Gravitas/gravitasml)
0easy
Title: Support constraints.cat and CatTransform Body: Hello! I have a custom multi-dimensional distribution where the support may be truncated along some dimensions. In terms of constraints, some dimensions will either be `real`, `greater_than`, `less_than`, or `interval`. I naively was then implementing the `suppor...
0easy
Title: Scrapy does not decode base64 MD5 checksum from GCS Body: <!-- Thanks for taking an interest in Scrapy! If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/. The GitHub issue tracker's purpose is to deal with bug reports and feature reque...
0easy
Title: More than 1 `input_shape` when initializing `flax_module` Body: Some modules require more than 1 input when initializing, which can be passed through `kwargs`. But this doesn't work in some cases. For example: ```python class RNN(nn.Module): @functools.partial( nn.transforms.scan, vari...
0easy
Title: Improve error message when failing to initialize Metaproduct Body: Tasks may generate more than one product like this: ```python from ploomber.products import File from ploomber.tasks import PythonCallable from ploomber import DAG def _do_stuff(): pass # note we are calling FIle PythonCallabl...
0easy
Title: Ignore empty log messages (including messages cleared by listeners) Body: Listeners using the v3 API can modify the logged message, but they cannot remove it altogether. Even if they set the message to an empty string, that empty string is still logged. This adds unnecessary noise to the log file and increases t...
0easy
Title: Improve RectangularROI error message Body: When initializing a `RectangularROI` using bad values for the `top`, `bottom`, `right` or `left` parameters, the error message is not very helpful. For example, when `top` and `bottom` have the same value: ```python import hyperspy.api as hs roi = hs.roi.RectangularR...
0easy
Title: loosen the docs requirements Body: In [docs/requirements.txt](https://github.com/cleanlab/cleanlab/blob/master/docs/requirements.txt), we have many packages pinned to only a specific version. Goal: figure out as many of these packages where we can replace the `==` with `>=` to ensure we're running the docs b...
0easy
Title: Upgrade to `uv` instead of `pdm` Body: See references: https://github.com/astral-sh/uv Also: https://github.com/pydantic/logfire/pull/480
0easy
Title: Libyears metric API Body: The canonical definition is here: https://chaoss.community/?p=3976
0easy
Title: Fix SAFE_MODE Body: SAFE_MODE isn't working from config.ini apparently at the moment.
0easy
Title: Inconsistent item assignment exception for `st.secrets` Body: ### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduc...
0easy
Title: [RFC] Move to f"string" Body: Python 3.5 has been dropped. Now some uses of `format` can be replaced with fstrings
0easy
Title: Detect missing pydantic dependency (e.g. pydantic-settings or extra types) Body: Hey team, I wasn't sure if you would be comfortable with this, but what's your opinion on telling the user when they are missing a pydantic dependency, such as `pydantic-settings` is using `BaseSettings` in Pydantic V1? This c...
0easy
Title: Ability to resume after an error occurs Body: I didn't see a way to do this, apologies if it is described somewhere. I am attempting to build an application and I noticed any time it exits due to an error the process stops and then I'm stuck. So for example: ``` ... npm install To run the codebase: ...
0easy
Title: Replace Twitter links with Mastodon links Body: <!-- Summarise the documentation change you’re suggesting in the Issue title. --> ### Details <!-- Provide a clear and concise description of what you want to happen. --> Wagtail has decided to move away from Twitter/X to Mastodon (specifically Fostodon): -...
0easy
Title: Missing type information when dependencies are specified using AsyncIterator Body: ## Describe the bug The type information for classes such as AuthenticationBackend causes mypy errors when using a dependency whose return type is AsyncIterator rather than AsyncGenerator. ## To Reproduce Consider a depen...
0easy
Title: Support `base_url` when initializing sessions Body: **Describe alternatives you've considered**] https://www.python-httpx.org/advanced/#other-client-only-configuration-options
0easy
Title: word2vec doc-comment example of KeyedVectors usage broken Body: The usage example in the word2vec.py doc-comment regarding `KeyedVectors` uses inconsistent paths and thus doesn't work. https://github.com/RaRe-Technologies/gensim/blob/e859c11f6f57bf3c883a718a9ab7067ac0c2d4cf/gensim/models/word2vec.py#L73 h...
0easy
Title: Interactive ROI plot does not update limits Body: Running the following code: ```python import numpy as np import hyperspy.api as hs s = hs.signals.Signal2D(np.random.random((500, 500))) line_roi = hs.roi.Line2DROI() s.plot() s_line = line_roi.interactive(s, color='red') s_line.plot() ``` Gives...
0easy
Title: Update the hugging face space header Body: - [x] I have searched to see if a similar issue already exists. We need to update the Huggingface space header version to latest to pull in some bug fixes.
0easy
Title: Add check to forbid auto migrations Body: More context: https://adamj.eu/tech/2020/02/24/how-to-disallow-auto-named-django-migrations/ Discussion: https://twitter.com/AdamChainz/status/1231895529686208512
0easy
Title: Add an option to remove line numbers in gr.Code Body: - [X ] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** `gr.Code()` always displays line numbers. **Describe the solution you'd like** I propose to add an option `show_line_num...
0easy
Title: Proposal: sort draw.ellipse coordinates by default to make sure they are all contiguous Body: ### Description: Someone just upvoted this old SO answer of mine: https://stackoverflow.com/questions/62339802/skimage-draw-ellipse-generates-two-undesired-lines Basically, using plt.plot or any other line drawin...
0easy
Title: Bug: `exceptiongroup` backport is missing on Python 3.10 Body: ### Description Code expects `exceptiongroup` backport to be installed in https://github.com/litestar-org/litestar/blob/6e4e530445eadbc1fd2f65bebca3bc68cf12f29a/litestar/utils/helpers.py#L101 However, it's only declared for _dev_ dependencies i...
0easy
Title: Redis connector Body: ### 🚀 The feature Allow pandasai to connect to Redis and perform search over databases. ### Motivation, pitch Currently there are SQL connectors for pandasai, but Redis is also a popular database. Recently Redisearch module added vector storage and search capability, which I think is ...
0easy
Title: Update docs include syntax for source examples Body: ### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content This is a good first contribution. :nerd_face: The code examples shown in the docs are actual Python files. They are even tested in CI, tha...
0easy
Title: NotImplementedError when calling toGremlin in FoldedContextField Body: Hey guys! First of all, thanks a lot for this awesome work. I was testing the compiler in combination with Gremlin. The following GraphQL is mentioned in your Readme, but causes a NotImplementedError when trying to generate a Gremlin state...
0easy
Title: tb contains method Body: > Also, it would be nice if the following check is supported: > 'happy_fraction' in tb Implement a `__contains__` method which returns whether the variable/function is present in the notebook or not (in memory). _Originally posted by @rohitsanj in https://github.com/nteract/testbo...
0easy
Title: Notebook/script templates generated by "ploomber scaffold" should contain a cell with the autoreload magic Body: If `ploomber scaffold` finds a `pipeline.yaml` if checks all `tasks[*].sources` and creates files for all tasks whose source is missing. e.g., ```yaml tasks: - source: scripts/some-script.py...
0easy
Title: Topic 9 Kaggle template broken Body: https://www.kaggle.com/kashnitsky/topic-9-part-2-time-series-with-facebook-prophet ![image](https://user-images.githubusercontent.com/22998537/45953063-9addbc00-c011-11e8-82a1-14fc49152784.png)
0easy
Title: Numeric factor in environment name wrongly causes "conflicting factors" error Body: https://github.com/tox-dev/tox/pull/2597 had the unintended effect of interpreting a numeric factor (e.g. `2105`) as a candidate base python, breaking previously valid environment names (e.g. `py37-foo-2105`) by raising `ValueErr...
0easy
Title: Fix non-clicable checkbox label in user creation form in Admin side Body: The user creation form checkbox label for email user credentials isn't clickable. Small fix.
0easy
Title: [FEATURE REQUEST] Add temporal_hidden_past and temporal_hidden_future hyperparams to TiDEModel Body: The implementation of TiDE currently uses `hidden_size` for both the hidden layer of the covariates encoder (applied timestep-wise) and for the dense encoder (applied after flattening). This does not seem right a...
0easy
Title: Missing section Body: Missing section 2.3 and task about kde plot of the height feature.
0easy
Title: update the docs about http error handling Body: in 0.8 the http error handling was removed from splinter. the docs about it should be updated or removed: https://github.com/cobrateam/splinter/blob/master/docs/http-status-code-and-exception.rst
0easy