Showing results 6241-6250 of >6,319 (page 625)
https://www.kdnuggets.com/2019/08/feature-selection-random-search-python.html

Blog Topics Advertise Join Newsletter Feature selection by random search in Python Feature selection is one of the most important tasks in machine learning. Learn how to use a simple random search in Python to get good results in less time. --> comments By Gianluca Malato , Data Scientist, fiction author, and software developer.. Feature selection has always been a great task in machine learning. According to my experience, I can surely say that feature selection is much more important than model selection

https://www.rathboma.com/2016/02/09/python-tutorial.html

Joining and analysing data in Hadoop using Python MapReduce. I compare this solution to the same solution in other MapReduce frameworks

https://rednafi.com/python/unix-style-pipeline-with-subprocess/

Build Unix-style command pipelines in Python using subprocess.run with stdout piping for efficient process chaining and output capture

https://htxlang.org/engines/python

The specification for htxlang — a template language and resolution model for hypermedia-native web applications.

https://stackabuse.com/the-factory-method-design-pattern-in-python/

In this tutorial, we'll go through an example and implementation of the Factory Method Design Pattern in Python, alongside the motivation and definition

https://www.openembedded.org/pipermail/openembedded-core/2016-March/237869.html

# [OE-core] [PATCH 5/5] perf: package python modules into perf-python Wed Mar 23 15:09:04 UTC 2016 - Previous message: [OE-core] [PATCH 4/5] perf: fix python scripts QA errors - Next message: [OE-core] [PATCH] rootfs-postcommands: don't write manifest when IMAGE_MANIFEST empty - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] The scripts that are part of perf require python and supporting modules. The existing perf-pyton dependency only brought in core python, which left us unable

https://mail.python.org/pipermail/python-ideas/2017-April/045407.html

[Python-ideas] Make `import a.b.c as m` is equivalent to `m = sys.modules['a.b.c']` Nick Coghlan ncoghlan at gmail.com Sat Apr 8 02:47:34 EDT 2017 Previous message (by thread): [Python-ideas] Make `import a.b.c as m` is equivalent to `m = sys.modules['a.b.c']` Next message (by thread): [Python-ideas] Make `import a.b.c as m` is equivalent to `m = sys.modules['a.b.c']` Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 8 April 2017 at 15:54, Victor Varvariuc < victor.varvariuc at gmail.com > w

https://twisted.org/pipermail/twisted-python/2008-February/049348.html

[Twisted-Python] Question about writing a server that accepts multiple clients with independent processing Gabriel Rossetti mailing_lists at evotex.ch Thu Feb 21 08:42:44 MST 2008 Previous message (by thread): [Twisted-Python] Question about writing a server that accepts multiple clients with independent processing Next message (by thread): [Twisted-Python] Question about writing a server that accepts multiple clients with independent processing Messages sorted by: [ date ] [ thread ] [ subject ] [ author

https://hcyue.me/2015/03/08/Generating-Identicons-by-Python/

nameoverflow What the f__k? Generating Identicons by Python If a github’s user has not upload an avatar, github will use gvatar or generate an image basing on the email(gvatar also offers this service).This kind of image called identicon. This code does the similar thing in a simple way,using the md5 of a string to generate an identicon. #英语渣表示写这段话好吃力啊= = example: input: hello world generated: from hashlib import md5 from PIL import Image, ImageDraw IMAGE_SIZE = 5 SQUARE_SIZE

https://memotut.com/en/a59389a2e263b339b96c/

Python, Mac, beginner, coding, Jupyter

‹ Prev Next ›