Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.182.932 Times

Joblib 0.5.7

Company: Gael Varoquaux
Date Added: June 27, 2013  |  Visits: 379

Joblib

Report Broken Link
Printer Friendly Version


Product Homepage
Download (46 downloads)



Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers:<br /><br /> 1. transparent disk-caching of the output values and lazy re-evaluation (memoize pattern)<br /> 2. easy simple parallel computing<br /> 3. logging and tracing of the execution<br /><br />Joblib is optimized to be fast and robust in particular on large data and has specific optimizations for numpy arrays.<br /><br />Main features :<br /><br /> 1. Transparent and fast disk-caching of output value: a memoize or make-like functionality for Python functions that works well for arbitrary Python objects, including very large numpy arrays. Separate persistence and flow-execution logic from domain logic or algorithmic code by writing the operations as a set of steps with well-defined inputs and outputs: Python functions. Joblib can save their computation to disk and rerun it only if necessary:<br /><br /> >>> from joblib import Memory<br /> >>> mem = Memory(cachedir='/tmp/joblib')<br /> >>> import numpy as np<br /> >>> a = np.vander(np.arange(3))<br /> >>> square = mem.cache(np.square)<br /> >>> b = square(a)<br /> ________________________________________________________________________________<br /> [Memory] Calling square...<br /> square(array([[0, 0, 1],<br /> [1, 1, 1],<br /> [4, 2, 1]]))<br /> ___________________________________________________________square - 0.0s, 0.0min<br /><br /> >>> c = square(a)<br /> >>> # The above call did not trigger an evaluation<br /><br /> 2. Embarrassingly parallel helper: to make is easy to write readable parallel code and debug it quickly:<br /><br /> >>> from joblib import Parallel, delayed<br /> >>> from math import sqrt<br /> >>> Parallel(n_jobs=1)(delayed(sqrt)(i**2) for i in range(10))<br /> [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]<br /><br /> 3. Logging/tracing: The different functionalities will progressively acquire better logging mechanism to help track what has been ran, and capture I/O easily. In addition, Joblib will provide a few I/O primitives, to easily define define logging and display streams, and provide a way of compiling a report. We want to be able to quickly inspect what has been run.

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Diskcaching Easily Functions Gtgtgt Import Joblib Large Logging Logic Memoize Memory Numpy Parallel Provide Python Quickly Square Squarea
Users rating: 0/10

License: Freeware Size: 235.52 KB
USER REVIEWS
More Reviews or Write Review


JOBLIB RELATED
Network & Internet  -  Logging Services 0.9.7
Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. We should also mention that thanks to the relentless efforts of many developers, we have a basic level of...
 
Dial-up Networking Tools  -  SMSTreff Blaster 3.41
SMS Blaster is freeware SMS Desktoptool Multilingual: german & english * Normal SMS, 160 Characters, no advertising * Long SMS, consisting of up to 9 parts * Arabic & Asiatic SMS * Blinking SMS * Flash SMS, even blinking * Messages may be...
4.91 MB  
File Management  -  Using Import for Reading Configuration Files 1.0
Using Import for Reading Configuration Files script allows you to read Python-based configuration files that are specified at runtime.Reading configuration files is a common activity in scientific programming. Engineers typically create extensive...
 
Development Tools  -  NetCDF/GRIB reader 1.0
MATLAB-CDI is a collection of MATLAB functions that import/read GRIB and netCDF files through high-level function calls that follows an unified syntax. The package supports a subset of the full GRIB and netCDF format specification typically...
5.7 MB  
Content Management  -  ATutor for Scripts 1.6.4
It was designed to offer accessibility and adaptability.Administrators can install or update ATutor in minutes, develop custom templates to give ATutor a new look, and easily extend its functionality with feature modules.Educators can quickly...
3.87 MB  
Science  -  DrPython 3.11.3
DrPython is a highly customizable text editor geared towards writing programs in Python quickly and easily. It is written in Python using the wxPython toolkit (which makes use of the Scintilla text control internally).
614.4 KB  
Mail Clients  -  E-List Distributor for Mac for Mac OS 2.0
Whether you have a small business or large enterprise, there is always a problem of communicating quickly and reliably with your customer base and your subscribers. When you need to let them know you have a new product or a special promotion, it...
2.58 MB  
Mathematics  -  RPN Scientific Calculator for Mac OS 1.2.4
A calculator with many mathematical functions, mathematical and physical constants, units conversions and memory registers. Utilizes stack based postfix style architecture. - Added option to display irrationals: π, e, √2 or √3. - Fixed data...
419.84 KB  
Education  -  RPN Scientific Calculator 1.1
RPN Scientific Calculator is a calculator with many mathematical functions, mathematical and physical constants, units conversions and memory registers. Utilizes stack based postfix style architecture.
450.56 KB  
Development Tools  -  Functions for interval type-2 fuzzy logic systems 1.0
This package contains the following files:example.m: Illustrates how to use the function IT2FLS.IT2FLS.m: Implements an interval type-2 fuzzy logic system.A Brief Tutorial on Interval Type-2 Fuzzy Sets and Systems.pdfRepresentation of an IT2...
2.79 MB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB