May 2018
Beginner to intermediate
364 pages
7h 43m
English
One example can be found at https://pypi.python.org/pypi/model-catwalk/0.2.1 . Its first several lines of code are shown here:
import datetimeimport pandasfrom sqlalchemy import create_enginefrom metta import metta_io as mettafrom catwalk.storage import FSModelStorageEngine, CSVMatrixStorefrom catwalk.model_trainers import ModelTrainerfrom catwalk.predictors import Predictorfrom catwalk.evaluation import ModelEvaluatorfrom catwalk.utils import save_experiment_and_get_hashhelp(FSModelStorageEngine)
The related output is shown here. To save space, only the top part is presented:
Help on class FSModelStorageEngine in module catwalk.storage:class FSModelStorageEngine(ModelStorageEngine) | Method resolution order: ...
Read now
Unlock full access