About 50 results
Open links in new tab
  1. visualization - How do I get pcolormesh to plot two distinct ...

    Apr 12, 2023 · I do need to plot them on the same plot. How can I only plot the subset in that case? The X and Y coordinates for the two calls to pcolormesh need to be disjoint - right now they overlap …

  2. How can I get rid of the white space in matplotlib?

    Mar 7, 2021 · I am doing a course in edx. While plotting in python, there is always a blank space before the beginning of the plot. In StackExchange, I have found a solution, which is mentioning the axis limit.

  3. Dealing with zeros when plotting log-scaled data [closed]

    Feb 24, 2021 · The zero values in the original data are completely valid, useful, and meaningful data. I can't think of a reason why you'd want to just throw those data away when log scaling, as it will …

  4. ValueError: not enough values to unpack (expected 4, got 2)

    Jun 19, 2018 · I have written this code fig, (axis1, axis2,axis3, axis4)=plt.subplots (2,2,figsize= (10,4)) and I am getting this error ValueError: not enough values to unpack ...

  5. Is CUDA 13 a thing (or am I misinterpreting something)?

    Aug 3, 2025 · Turning my comments into a answer. This is a very interesting question ! As far as I knpw, CUDA 13 is not yet a publicly released product. The latest official release from NVIDIA is the CUDA …

  6. machine learning - When should I do train test split and feature ...

    Sep 2, 2024 · I have a dataset containing ECG signals with 5 different classes describing the quality of a particular window of the ECG signal. I need to build a machine learning model to predict the signal …

  7. What is custom SVM kernel? - Data Science Stack Exchange

    Apr 19, 2022 · What is custom kernel in the Support Vector Machine. How is it different from Polynomial kernel. How to implement a custom kernel. Can you provide a code to implement a custom kernel.

  8. find monthly climatology for a particular month

    I have a 10-year sst monthly data. I want to plot the interannual monthly climatology for the month of October. By using the code I have for python with me I am able to plot the interannual monthly

  9. Deal with overlapping classes in classification modeling

    Mar 22, 2024 · I am currently working with a dataset comprising information about crop insurance for soybeans. My ultimate goal with this dataset is to create a classification model capable of predicting …

  10. Visualizing items frequently purchased together - Data Science Stack ...

    I have a dataset in following structure inserted in a CSV file: Banana Water Rice Rice Water Bread Banana Juice Each row indicates a collection of items that were purchased together. For