Darius Morawiec
Darius Morawiec
At the beginning I would start with screenshots based on equal page sources (same content), so only Y vs D+N. Furthermore I would try to normalise the device settings to...
Yes, your additional examples are matching my example and the basic idea.
(@lmccart) @sakshamsaxena, if you need any help or support, we can build it together. 😄
Three years later. ;-) Please add a short hint to the [Readme](https://github.com/PaulFreund/WebLaunch/blob/master/Readme.md) file, that there are troubles with the current versions and/or jailbreaks.
I asked myself whether `tqdm` is better than `Parallel(verbose=10)`? In both variants you get the elapsed and remaining time. So I made a step back and thought about alternative solutions....
Hello @Xiadalei, you can use [sklearn.tree.DecisionTreeClassifier.predict_proba](http://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html#sklearn.tree.DecisionTreeClassifier.predict_proba) to get the predicted class probabilities in Python. The method `predict_proba` will be integrated in a future release. But already today the internal software...
Hello @Xiadalei , can you describe or show how you return the probability of each class? For me it would be a time saver. > Guess I can manually add...
Thanks, that's really simple. I have that extension on my todo list.
Hello @nicholasc, hello @crea-psfc, I noticed all your comments and questions. Please bear with me, but the year started with lot of duties and tasks for me. My free evenings...
Thanks @JanTkacik, I will test, refactor and write unit tests for it. It's a good fundament.