Skip to main content

Questions tagged [parallel]

The parallel tag on Data Science Stack Exchange encompasses questions related to parallel computing and processing within data science workflows. This includes discussions on distributing tasks across multiple processors or machines to enhance computational efficiency.

2 votes
1 answer
125 views

I'm currently working on a Parallel and Distributed Computing project where I'm comparing the performance of both XGBoost and CatBoost when trained on CPU vs GPU. The goal is to demonstrate how GPU ...
Mxneeb's user avatar
  • 21
2 votes
1 answer
316 views

I am looking for a suggestion. Is it possible to implement the data preprocessing steps like missing value imputation, outlier detection, normalization, label encoding in parallel? Can I implement ...
Encipher's user avatar
  • 401
1 vote
2 answers
342 views

I have a dataset with 5000 samples and 500,000 features (all categorical with a cardinality of 3). Two problems I'm trying to solve: Loading the dataset - I can't load it in memory despite using a ...
applebanana_456789's user avatar
12 votes
3 answers
18k views

The constructor of sklearn.linear_model.ElasticNetCV takesn_jobs as an argument. Quoting the documentation here n_jobs: int, ...
OldSchool's user avatar
  • 261
1 vote
0 answers
64 views

I would like to implement a Multi Input Multi Output filtering operation, acting as fast as possible on batches of data. Here is my current implementation: ...
marco's user avatar
  • 11
0 votes
3 answers
3k views

When using the xgboost.train() function, all the threads are used. I would like to use a specific amount. Unfortunately, this function does not accept the ...
LauritsT's user avatar
0 votes
1 answer
1k views

According to Wikipedia, the GeForce GTX 670M has a Compute Capability of 2.1 (and a Fermi micro-architecture), which is confirmed by TensorFlow (I can read "2.1" in the error it rises). ...
JarsOfJam-Scheduler's user avatar
1 vote
0 answers
113 views

Suppose $$ x=Ay $$ The $x$ is $M\times 1$, $y$ is $N \times 1$ and $A$ is $M\times N$ We have the data $x$ and would like to know what $y$ is. However, the matrix $A$ is too large for pseudo-...
Varun Chhangani's user avatar

15 30 50 per page