Skip to main content

Questions tagged [python]

Use for data science questions related to the programming language Python. Not intended for general coding questions (which should be asked on Stack Overflow).

0 votes
0 answers
23 views

I am working on a movie recommendation problem where I get multiple files from the source, and the total data size is around 900 MB. I am using the ...
RushHour's user avatar
  • 187
2 votes
1 answer
39 views

In an structure, IT has deployed a strict proxy policy (no specific right for any people). Windows 11 is the OS installed for every people, in a strict way. To run datascience tasks using python, in ...
an ch's user avatar
  • 21
0 votes
0 answers
13 views

I performed Random Forest–based feature importance analysis on the MNIST dataset, focusing only on digits 0 and 1. When I visualize the importance map (see image below), it doesn’t resemble the ...
Manish Yadav's user avatar
0 votes
0 answers
12 views

I have a large set of phrases obtained via Azure Fast Transcription, and I need to group them into coherent semantic chunks (to use later in a RAG pipeline). Initially, I tried grouping phrases based ...
Daniel's user avatar
  • 1
0 votes
0 answers
20 views

So like I have a bunch of fingerprint as a data set (my college gave me). Now I want to use these fingerprint as datasets and train a model to understand the different things. That is beside the point....
Sayan's user avatar
  • 1
1 vote
0 answers
36 views

I'd appreciate your thoughts on the following problem. I've created a heatmap plot (attached) showing the cluster membership ratio for each participant (in separate subplots) and condition (η). Now, I'...
maria mystakidou's user avatar
1 vote
0 answers
13 views

I have used Hyperband automatic tuning for an ANN model to predict price. After running the model with the automatic tuning, I am obtaining an R2 score of 1.00 that suggests overfitting, however, I am ...
leakie's user avatar
  • 11
4 votes
0 answers
30 views

I have a large dataset (~10M points) in python and I want to filter it using a large number of different custom masks, as part of calculations to create a new but related dataset. Because the dataset ...
quail's user avatar
  • 41
5 votes
1 answer
68 views

I use Jupyter notebooks to teach programming, using markdown in text cells, and I want to separate the concepts by level-1 headings (starting with # Heading), for ...
ginjaemocoes's user avatar
4 votes
1 answer
80 views

I built a RAG chatbot in python,langchain, OpenAI LLM, and FAISS for the vectorstore. And the data is stored as JSON. The chatbot does not always keep track of the inputs and outputs. Here is an ...
SoftwareEngineer's user avatar
3 votes
1 answer
42 views

I'm working on a project which works on loop control, when I try to implement that in the orange platform, I'm unable to connect one widget (python script) to another in loop, as the connection is ...
Anto Delin Xavier's user avatar
0 votes
1 answer
60 views

Say we have the data as follows Input ...
Punreach Rany's user avatar
2 votes
0 answers
66 views

I built a RAG chatbot in python,langchain, and FAISS for the vectorstore. And the data is stored as JSON. The chatbot sometimes refuses to answer when a question is rephrased. Here are two ...
SoftwareEngineer's user avatar
0 votes
0 answers
45 views

I'm currently making a small binary classification program using Quantum Machine Learning (EstimatorQNN to be more specific). My program classifies data inside the Wisconsin Breast Cancer database and ...
Andrea's user avatar
  • 1
5 votes
1 answer
134 views

I'm following this tutorial and am stuck on step 8: https://mlflow.org/docs/latest/ml/getting-started/hyperparameter-tuning/#test-your-container The inference server is listening on ...
Zhao Li's user avatar
  • 153

15 30 50 per page
1
2 3 4 5
442