Results 34 issues of asmaier

# Summary On mobile devices streamlit apps show an unnecessary horizontal scroll bar. It also allows to scroll horizontally which makes it difficult to use sliders. # Steps to reproduce...

type:bug
feature:charts
priority:P2
feature:st.table
feature:st.image

In many cases, training with anomalies (outliers) in the (unlabeled) training data might lead to learning wrong detection models. For these cases so called robust algorithms have been developed. But...

Which algorithms of PyOD support categorical or mixed continuous and categorical data? I couldn't find any information about that or a code example on how to deal with categorical data....

Why don't you include the [temporal fusion transformer (TFT)](https://arxiv.org/abs/1912.09363) in your benchmarks of transformer models ? It is already available in some libraries: - https://unit8co.github.io/darts/examples/13-TFT-examples.html - https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html It is one...

This is more a question: From looking at the benchmark results https://github.com/boudinfl/pke/blob/master/results.md it seems simple TfIdf outperforms every other algorithm on the inspec dataset not only in speed, but also...

Inline Latex snippets like $\frac{1}{x} = x^{-1}$ are not rendered in markdown footnotes. [^1][^2] [^1]: See $\frac{1}{x} = x^{-1}$ [^2]: See also https://github.com/orgs/community/discussions/55227

At the moment frontmatter will change the quotes around string values in a YAML frontmatter to single quotes even if the string value itself did not change at all. It...

When using the Markdown extension for alerts, e.g. ``` > [!NOTE] > Some awesome note ``` as described at https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts the awesome linter will throw an error Found reference to...

### pycaret version checks - [X] I have checked that the issue still exists on the latest versions of the docs [here](https://pycaret.gitbook.io/docs/) ### Location of the documentation https://pycaret.gitbook.io/docs/get-started/installation ### Documentation...

documentation

I have the following `simple.json` file: ``` { "colors": [ {"name": "red"}, {"name": "green"}, {"name": "blue"} ] } ``` and a `simple_template.xlsx` with expressions like ``` {{atColor = colors:at(1)}}   My...