repo_name stringlengths 7 79 | path stringlengths 4 179 | copies stringlengths 1 3 | size stringlengths 4 6 | content stringlengths 959 798k | license stringclasses 15
values |
|---|---|---|---|---|---|
glorizen/nupic | external/linux32/lib/python2.6/site-packages/matplotlib/transforms.py | 69 | 75638 | """
matplotlib includes a framework for arbitrary geometric
transformations that is used determine the final position of all
elements drawn on the canvas.
Transforms are composed into trees of :class:`TransformNode` objects
whose actual value depends on their children. When the contents of
children change, their pare... | agpl-3.0 |
agartland/utils | ics/.ipynb_checkpoints/plotting-checkpoint.py | 1 | 12289 | import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import palettable
import itertools
from hclusterplot import plotHCluster
import re
from myboxplot import myboxplot
import networkx as nx
import seaborn as sns
sns.set(style='darkgrid', palette='muted', font_scale=1.5)
__all__ = ['icsTicks',
... | mit |
HolgerPeters/scikit-learn | examples/ensemble/plot_forest_iris.py | 335 | 6271 | """
====================================================================
Plot the decision surfaces of ensembles of trees on the iris dataset
====================================================================
Plot the decision surfaces of forests of randomized trees trained on pairs of
features of the iris dataset.
... | bsd-3-clause |
valexandersaulys/prudential_insurance_kaggle | venv/lib/python2.7/site-packages/pandas/core/series.py | 9 | 95521 | "\"\"\"\nData structure for 1-dimensional cross-sectional and time series data\n\"\"\"\nfrom __futur(...TRUNCATED) | gpl-2.0 |
Limags/MissionPlanner | Lib/site-packages/numpy/lib/twodim_base.py | 70 | 23431 | "\"\"\" Basic functions for manipulating 2d arrays\n\n\"\"\"\n\n__all__ = ['diag','diagflat','eye','(...TRUNCATED) | gpl-3.0 |
dsm054/pandas | pandas/tests/arrays/categorical/test_repr.py | 2 | 25897 | "# -*- coding: utf-8 -*-\n\nimport numpy as np\n\nfrom pandas.compat import PY3, u\n\nfrom pandas im(...TRUNCATED) | bsd-3-clause |
dopplershift/MetPy | examples/gridding/Point_Interpolation.py | 6 | 5187 | "# Copyright (c) 2016 MetPy Developers.\n# Distributed under the terms of the BSD 3-Clause License.\(...TRUNCATED) | bsd-3-clause |
lenovor/scikit-learn | sklearn/calibration.py | 137 | 18876 | "\"\"\"Calibration of predicted probabilities.\"\"\"\n\n# Author: Alexandre Gramfort <alexandre.gram(...TRUNCATED) | bsd-3-clause |
MJJoyce/climate | mccsearch/code/mainProgTemplate.py | 5 | 4713 | "#\n# Licensed to the Apache Software Foundation (ASF) under one or more\n# contributor license ag(...TRUNCATED) | apache-2.0 |
samehuman/fast-rcnn | lib/roi_data_layer/minibatch.py | 44 | 7337 | "# --------------------------------------------------------\n# Fast R-CNN\n# Copyright (c) 2015 Micr(...TRUNCATED) | mit |
End of preview. Expand in Data Studio
- Downloads last month
- 2