python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Kafka best practices
We are looking to start using Apache Kafka, and we are studying the best ways to create processes to consume data in Kafka. When I say process, I mean the creation of a pipeline like Airflow, but when...
Alisson Alves
Votes: 0
Answers: 0
Scikit learn GridSearchCV with pipeline with custom transformer
I'm trying to perform a GridSearchCV on a pipeline with a custom transformer. The transformer enriches the features "year" and "odometer" polynomially and one hot encodes the rest ...
Davis Stöwer
Votes: 0
Answers: 1
CheckBoxes with QtreeWidget Pyside2
im doing a GUI that list all references in scene in a QTreeWidget (this works well)
but i have 4 checkbox outside the QTreWidget that:
if i check (for example) "CHAR" box, only will be visib...
amanda calvo
Votes: 0
Answers: 1
Gitlab-ci.yml file in Android Studio not retrieving user Predefined variables saved in the CI/CD Variables settings?
I haven't found anything useful online, I am also fairly new to the Gitlab pipeline.
Here is what I have:
cache:
key: "$CI_BUILD_REF_NAME"
paths:
- .gradle/
image: xxx_irrelevant
...
Android Dev
Votes: 0
Answers: 1