Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [model]

Part of the MVC pattern, the Model manages the behaviour and data of the application.

0 votes
0 answers
4 views

Accessing all dendrite or axon compartment indices in Brian 2 neuronal mode

I am trying to create a neuronal model in Brian 2 based on a .swc file which has about 900 compartments. I am importing the model morphology using morpho = Morphology.from_file() I would like to plot ...
Nick Chernov's user avatar
0 votes
1 answer
17 views

How to validate multivariate linear model using split half analysis or cross validation? [closed]

I created a multivariate linear model and am wondering how I can validate the model? The samples are environmental samples and due to a few limitations I am not able to validate by collecting more ...
Robyn O'Halloran's user avatar
0 votes
0 answers
9 views

Flask-Login with 2 Tables

On my website, I need two tables for two types of users: Patients and Psychologists. Can I use Flask-Login for these two tables so I can manage logins for both Patients and Psychologists? Initially, I ...
user25623849's user avatar
0 votes
0 answers
12 views

set value for conditional initializer property in class model

given below was my model: public class RelationContentTypeObject { [JsonProperty("$id")] private string IdField { get; set; } [JsonProperty("$ref")] private string ...
Harikarthik's user avatar
0 votes
0 answers
26 views

Can't run pytorch Temporal Fusion Transformer because of memory leaks

I need to use pytorch_forecasting's TemporalFusionTransformer model: https://pytorch-forecasting.readthedocs.io/en/stable/api/pytorch_forecasting.models.temporal_fusion_transformer....
Robin Vandamme's user avatar
0 votes
0 answers
45 views

How can I use push() with router.post to populate a subdocument with contents from an HTML form?

I'm making a fitness log MEN CRUD app and am trying to push data to a MongoDB subdocument using an HTML form. When adding (creating) a new workout, the user is presented with two options between 'run' ...
flo's user avatar
  • 1
0 votes
0 answers
14 views

Pyomo, file path issue

I have the current code provided to me by my thesis supervisor. he advised me that the code should run without any changes. i have the file and code saved in the same folders and have edited the excel ...
KADEN MOONSAMY's user avatar
0 votes
0 answers
27 views

CodeIgniter begginer question about correct model code

I'm building a REST API with four endpoints (I must say that I just started with CodeIgniter). One of them is to get data, and it receives two parameters id, and code via GET. The issue is that the ...
Wolverine's user avatar
0 votes
1 answer
39 views

Pass id to @Html.ActionLink in view with nested model class in ASP.NET MVC

I want to create a call to controller action with just carrying id, that is received form model, instead of passing whole model to controller. My model is: public class SingleProduct { [...
Samie Ullah's user avatar
0 votes
0 answers
17 views

could not train my data using the json file

I've trained a model and downloaded its trained data which is in the format JSON, later im trying to use the json for training but it shows error as even though it correctly contains all the ...
calvin rajesh's user avatar
-7 votes
0 answers
22 views

Brand new to coding, what are some good educational sources for learning to code sports betting models? [closed]

I've been manually analyzing data for player props and want to build some models. I have no idea where to start, theres not much available on the internet in regards to this (at least free), ive been ...
user26438779's user avatar
-1 votes
0 answers
18 views

Does a model from LM Studio learn?

I just started with local AI models, my question is if I download a model and ask for a task and correct it, does the model remember the correction for the next time, I meant, is it growing in ...
jos3m's user avatar
  • 125
1 vote
0 answers
24 views

Error Instantiating EmbeddingModel with ONNX Model intfloat/multilingual-e5-large

I am encountering an error while trying to instantiate the EmbeddingModel using the ONNX model intfloat/multilingual-e5-large. The error message is as follows: Failed to instantiate [org....
Zakaria Hd's user avatar
0 votes
0 answers
25 views

can't assign docs of nested query firebase collection to a List<class>

I'm have been trying to get all data of collection a and subcollection b and insert them into a List of model to use that list later to show data in a ListView builder , problems are: 1- I can't get ...
fyry J4's user avatar
0 votes
0 answers
40 views

How to assign a value to the model property of a QML ListView instance in C++

While developing a dynamic layout, I had to implement ListView from qml file as QQuickItem instance in a C++ class, but there was a problem with assigning a value (inherited instance of ...
Artur Mangus's user avatar

15 30 50 per page
1
2 3 4 5
1275