python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using a dictionary of multidimensional data for training
I would like to train my XGBoost model using a dictionary as training data, containing 5 keys and each key having windows of an array of data. Here is the figure explaning it:
I cannot give this dat...
display_name
Votes: 0
Answers: 0
Training a machine learn model with more than one file
I'm kind of new in working with deep learning, and specially with more than one file per time. I have a folder of files, and I want that my model(LSTM) files train with all that files.
Can I just use ...
giovasbr
Votes: 0
Answers: 0
Pandas Dataframe - Adding Else?
I want to generate Test Data for my Bayesian Network.
This is my current Code:
data = np.random.randint(2, size=(5, 6))
columns = ['p_1', 'p_2', 'OP1', 'OP2', 'OP3', 'OP4']
df = pd.DataFrame(data=data...
Larumee
Votes: 0
Answers: 2
How to split data where the Input has size 841
I am trying to split my data into test and train (data = all.traits), however, this error message shows up every time:
Error: Must subset rows with a valid subscript vector.
ℹ Logical subscripts must ...
Clarissa Dakin
Votes: 0
Answers: 1