SSMK-wq

Results 20 issues of SSMK-wq

I have a sample dataframe like below ``` test_id,status,total,cnt_days,age 1,passed,234%,3,21 2,passed,54%,5,29 11,failed,21%,4,35 15,failed,20%.21,6,57 51,passed,23%,21,80 75,failed,12%,32,43 df1 = pd.read_clipboard(sep=',') ``` My objective is to a) Have dark border lines between rows...

question
stale

I am trying to get the `goodness of variance fit` using jenks example given in github readme. I tried the below print(jnb.nb_class) print(jnb.group) print(jnb.goodness_of_variance_fit) but this doesn't work. How can...

Versions of xlwings, Excel and Python (e.g. 0.24,Excel 2019, Python 3.7) This is related to this issue [1945](https://github.com/xlwings/xlwings/issues/1945) I have an excel sheet like below and also attached the file...

Hi, Does Tpot offer any automated way to convert categorical feature into encoded variables. ## Context of the issue I have an input dataset with more than 100 variables where...

Hello, I am new to data science and came across this package and found it extremely useful for people like me who don't know web-app development. Great work. I can't...

I was going through the documentation and came across the below plot and its header ![image](https://user-images.githubusercontent.com/30723825/160334335-bb88bb5e-a821-4243-b3bc-21270e679ea2.png) Here, for the local explanation id = 3, we see that SHAPASH graph plots...

I went through the SHAPASH documentation [https://shapash.readthedocs.io/en/latest/tutorials/tutorial02-Shapash-overview-in-Jupyter.html](here) and came across the below plot While I understand that the taller/lengthier bar indicates better predictive power. But how do we know whether...

Hi, **q1)** I read about Recency, Frequency and Monetary technique and I see that a customer worth is determined by his total revenue that company achieved from a specific customer....

Am trying to do the below task. Using xlwings version 0.27.2 and python 3.7 on windows os Read excel file Delete few worksheets by name Rename a worksheet by name...

I have two excel files. Using xlwings version 0.27.2 and python 3.7 on windows os I would like to do the below a) Copy one worksheet from `source_file` and paste...