Sklearn classifier comparison based on udemy ML course: https://www.reddit.com/r/Python/comments/7zgybk/sklearn_classifier_comparison_based_on_udemy_ml/
reddit
Sklearn classifier comparison based on udemy ML course • r/Python
2 points and 1 comments so far on reddit
Minitab Style Dot-plot with Python?: https://www.reddit.com/r/Python/comments/7zhpa9/minitab_style_dotplot_with_python/
reddit
Minitab Style Dot-plot with Python?
Anyone know how to easily make a dot-plot in this format? Dotplot was produced with Minitab. https://imgur.com/a/FJnKw Trying to avoid having to...
return vs. print for a function where output is written to .txt file: https://www.reddit.com/r/Python/comments/7zipbu/return_vs_print_for_a_function_where_output_is/
reddit
return vs. print for a function where output is written... • r/Python
Hello, I'm trying to write the output of the following code into a .txt file. import os def add(num_1, num_2): result_1 =...
Jumping from Python 2.7 to Python 3. What are some MUST KNOW things?: https://www.reddit.com/r/Python/comments/7ziqvf/jumping_from_python_27_to_python_3_what_are_some/
reddit
Jumping from Python 2.7 to Python 3. What are some MUST... • r/Python
3 points and 16 comments so far on reddit
Understanding multi-label classifier using confusion matrix: https://stackoverflow.com/questions/48872738/understanding-multi-label-classifier-using-confusion-matrix
Stack Overflow
Understanding multi-label classifier using confusion matrix
I have a multi-label classification problem with 12 classes. I'm using slim of Tensorflow to train the model using the models pretrained on ImageNet. Here are the percentages of presence of each cl...
I've written a JSON and CSV processing library, i'd love to get some feedback: https://www.reddit.com/r/Python/comments/7zjo21/ive_written_a_json_and_csv_processing_library_id/
reddit
I've written a JSON and CSV processing library, i'd... • r/Python
I've been working with Python for a couple of years, especially for processing and converting data in JSON and CSV files. I was getting a bit...
What is the relationship between Django and Odoo?: https://www.reddit.com/r/Python/comments/7zj8tu/what_is_the_relationship_between_django_and_odoo/
reddit
What is the relationship between Django and Odoo?
I've done a couple Django projects. Right now I'm going through some of th Odoo tutorials and so far it feels like a Django project that's been...
using youtube_dl to download to specific folder: https://www.reddit.com/r/Python/comments/7zjtqg/using_youtube_dl_to_download_to_specific_folder/
reddit
using youtube_dl to download to specific folder • r/Python
I think this is a stupid question but I was not able to figure it out by myself. I try to download a video file to a specific folder. However I do...
Do my while True loops here take up a lot of cycles/computer usage? Is there a more efficient/pythonic way to accomplish what I'm doing here?: https://www.reddit.com/r/Python/comments/7zkf40/do_my_while_true_loops_here_take_up_a_lot_of/
reddit
Do my while True loops here take up a lot of... • r/Python
I have some practice code here with multi-threading and queue modules. Basically if you see the code below, functions follow() and rt() are...
Microsoft is considering Python scripting in Power BI: https://www.reddit.com/r/Python/comments/7zkwul/microsoft_is_considering_python_scripting_in/
reddit
Microsoft is considering Python scripting in Power BI • r/Python
1 points and 1 comments so far on reddit
"A big new thing we aim to release during 2018 is Qt for Python, i.e. bindings to Python programming language." - QT roadmap 2018: https://www.reddit.com/r/Python/comments/7zl7jo/a_big_new_thing_we_aim_to_release_during_2018_is/
reddit
"A big new thing we aim to release during 2018 is Qt... • r/Python
3 points and 0 comments so far on reddit
Using BeautifulSoup to find specific text: https://www.reddit.com/r/Python/comments/7zlkjp/using_beautifulsoup_to_find_specific_text/
reddit
Using BeautifulSoup to find specific text • r/Python
I am trying to find a specific thing of text on the Salt Lake City PD's twitter feed https://twitter.com/slcpd and every time I run the script I...
Is there a way to get the current refresh rate of a monitor?: https://www.reddit.com/r/Python/comments/7zm7px/is_there_a_way_to_get_the_current_refresh_rate_of/
reddit
Is there a way to get the current refresh rate of a... • r/Python
I'm inexperienced and I'm working on a project where I need the refresh rate.
Performance decrease for huge amount of columns. Pyspark: https://stackoverflow.com/questions/48880934/performance-decrease-for-huge-amount-of-columns-pyspark
Stack Overflow
Performance decrease for huge amount of columns. Pyspark
I met problem with processing of spark wide dataframe (about 9000 columns and sometimes more).
Task:
Create wide DF via groupBy and pivot.
Transform columns to vector and processing in to KMeans ...
Task:
Create wide DF via groupBy and pivot.
Transform columns to vector and processing in to KMeans ...
How can I change PDFOcrStrategy of TIKA in python?: https://www.reddit.com/r/Python/comments/7zmnyw/how_can_i_change_pdfocrstrategy_of_tika_in_python/
reddit
How can I change PDFOcrStrategy of TIKA in python? • r/Python
Here is the command line option of what I want to do in Python code. curl -T testOCR.pdf http://localhost:9998/tika --header...