Tirthajyoti Sarkar
Tirthajyoti Sarkar
Can you guys add a command for uploading to the [Test PyPi server](https://test.pypi.org/) instead of the main one? Surely, this will reduce the clutter on the main server that many...
Guys, Amazing work! I am a [popular data science/technology writer on Medium](https://medium.com/@tirthajyoti) and I wrote a piece a few weeks back on general SEIR model coding in Python. Not necessarily...
Hi, It would be great to have a [Silhouette coefficient](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html) plot method to add to the `clusterer` module. For many situations, it gives a better visual representation of the number...
Hi, My name is [Tirthajyoti ](https://github.com/tirthajyoti) and I write popular articles (not too technical but mainly for beginners in DS and ML) on data science and machine learning. I just...
Setting or changing `dps`, `prec`, `workdps`, or `workprec` does not work. Windows 10, Python 3.9. Python backend but tried gmpy2 also with the same result. ```python import mpmath as mp...
Do you have any plan in the roadmap to support the LaTeX math formula inside a markdown string? This is one of the attractive things for Streamlit. Generally, it is...
Requesting a feature add - **slider**. For multi-parameter apps, a slider is a natural choice for many situations. Especially, it gives **an idea about the range of values to experiment**...
Why we can't open an issue type of `enhancement` or such? Only `bug` is allowed. This should be fixed on the repository level.
Hi, I am trying out this excellent implementation of tabular-GAN While the parameters for the `fit` are well illustrated in the docs and the Jupyter notebook example, the `sample` method...
Hi, Thanks for this excellent implementation. I am trying it out now. Your homepage docs and the Jupyter notebook example say `max_epoch=100` but in fact, in the latest install, **it...