I'm using sci-kit learn linear regression algorithm. While scaling Y target feature with: Ys = scaler.fit_transform(Y) I got ValueError: Expected 2D arr
I'm new to redux-saga and i'm trying to make some api calls using the redux-saga as well as trying to write some unit testing using the Jest. But i'm not able t
I built myself the auth system of the website, and I created later on a Django app 'homepage' that can only be accessed when the user is logged so I have to cre
I have a problem with slick slider. It makes me double-click the buttons to make them work properly. For example "zobacz całą ofertę" button or "
I'm trying to simplify these actions with loop or apply statements. I cannot share the original file, but here's a demo data for replication. ae.rmst <- data
I am facing an issue when debugging the MLKit FaceDetection. When the code detects a face it crashes faceDetector.process(visionImage) { [weak self] (faces, err
How to add style to a particular text or characters within a div? <div class="test">blocks of texts here.</div> I want to add color to the word
I keep hearing Sybase IQ works very badly with joins and in my current job main data model (Sybase IQ DB) is View-based with huge denormalized table underneath
I want to fetch some data from mysql. I am using codeigniter model and controller for this. CI_model.php : public function getLastSale($id){ $q =