21,328 questions
Best practices
0
votes
0
replies
62
views
Cursor IDE free tier usage quota exhausting after only a few prompts
I am using Cursor IDE on the free tier for web development. Recently, my usage quota is exhausting almost immediately.
usually after only 2 or 3 prompts in a session. I know the free plan has limits, ...
Score of 1
1 answer
98 views
GetFiles from a folder then Foreach loop adding checkbox and id and displaying - issue
I have got myself into a bit of a mess, trying so many things. I am probably making this far too complicated. The functionality sits in a large admin panel project and we use html helper as opposed to ...
Tooling
1
vote
2
replies
119
views
Free virtual try-on API for a mobile app (student project)?
I’m working on an Android (Java) mobile app for a school project, and I’m trying to integrate a virtual try-on feature (clothes fitting on user images).
I’ve explored a few options on platforms like ...
Tooling
0
votes
3
replies
71
views
What classification models are suitable for time series data?
I have a raw time series dataset. Can I use classification models on time series data? If yes which classification models can I use without forecasting? Most examples I’ve seen focus on forecasting or ...
Tooling
0
votes
1
replies
58
views
How can I make a variable change its value according to several specified formulas when certain conditions are met in AnyLogic?
I have a question about building a model in AnyLogic. I want to create a model of the action potential of an excitable tissue cell (like muscle). I created an impulse variable that I can change using ...
Advice
1
vote
3
replies
117
views
How to structure reusable response models in FastAPI for multiple content formats?
I’m working on a FastAPI backend that generates different types of content (social posts, blogs, emails).
Many responses share common fields (id, metadata, generated text), but each format also has ...
Advice
0
votes
2
replies
116
views
Analysis with Modeling on Spotify Tracks Dataset
Context: I’m predicting 8 music genre families using 114,000 Spotify tracks based only on raw audio DNA (danceability, acousticness, energy, etc.).
The Plot Twist: My baseline Neural Network hit 82% ...
Score of 0
0 answers
48 views
OLE DB or ODBC error processing a tabular analysis services model
I am in the process of merging two tables in a tabular model of SQL Server Analysis Services (on-premises). One of the tables comes from a Master Data Services (MDS) and was created manually on the ...
Best practices
0
votes
4
replies
82
views
How to push Logistic Regression AUC above 0.91 for a customer churn prediction model?
I am building a binary classification model to predict customer churn. I am currently using a Logistic Regression model in scikit-learn and have managed to achieve an ROC-AUC score of 0.91 on my test ...
Advice
0
votes
1
replies
68
views
Class diagram for a student social network web application – feedback needed
I am currently designing a web-based social network application intended for students at my university to communicate with each other and share information. I have created a UML class diagram to model ...
Advice
1
vote
1
replies
42
views
Problem with compartments in metabolic models
I'm new to metabolic models and I'm currently trying to analyze the growth of some genome-scale metabolic models obtained from CarveMe. I have set the medium that I'm interested but when reading the ....
Advice
0
votes
0
replies
24
views
Product model search
Can anyone advise me on the code for opencart so that when I click on a model, it will search for data from the model and display it in the opencart search
<li>{{ text_model }} {{ model }}</...
Score of 1
1 answer
181 views
R lmer random effect variances depending on nested factors: lmer never stops
I would like to fit a linear mixed model with random slopes and intercepts whose variances depends on nested factors.
Here is the model (R is a factor nested in G) :
with g=1,...,G, a=10, b=20, bg = ...
Score of 0
0 answers
43 views
How can I save the address information within the Customer controller, considering the address is in a separate table?"
I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the customer creation/editing view (UI), I also collect address information from ...
Score of 0
0 answers
76 views
Visualising a partial correlation using ggpredict - is this a sound method?
I am trying to create scatter plots showing the partial effects of the significant variables from my linear mixed effects model. The model is examining the association between various behavioural ...