python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Split a Tensorflow dataset by class label
I have a tensorflow dataset that I created with the following function: dataset = tf.data.Dataset.from_tensor_slices((imgs, labels)). My labels are "0" and "1" and I would like to ...
minceduni
Votes: 0
Answers: 1
Change dot (.) to comma (,) in R
I have a dataset I am working on in R, however, one of the column values has dot (.) instead of a comma (,) so I think this might be messing up when I am running the regression. Does anyone know what ...
whoknows
Votes: 0
Answers: 2
Is there a way to have two queries, as a part of JAVA implementation, to use the same data set?
I am working on a Java Service (Hibernate) and I am calling sequentially a count query and a query to fetch the corresponding records (native queries). There are cases where the count is different tha...
dio789
Votes: 0
Answers: 1
Aggregates types in R
I need to write a script in R (Rstudio) that produces a new table, with 6 rows, that aggregates the vehicle types in cars dataset. In the first field will be the type of vehicle (sports car, SUV, Wago...
Jiana
Votes: 0
Answers: 1