About 1,299,434 results (3,747 milliseconds)

Cartopy - drawing limited area maps which cross the dateline

https://groups.google.com/g/scitools-iris/c/shTp_MlervQ
xlabels = np.arange(my_round(np.ceil(lola[0]),5), my_round(np.floor(lola[1]), 5)+1, 5) xlabels[labels>180]-=360 ylabels = np.arange(my_round(np.ceil(lola[2]),5) ...

PlotJuggler

https://sites.google.com/site/xinsongyan/blogs/utils/plotjuggler
"ceil": np.ceil(np.cos(time)). } } serverSocket.send_string(json.dumps(data)) ... Here is a simple example of streaming data from a python script to the server ...

TP_cp_classif.ipynb - Colab

https://colab.research.google.com/github/claireBoyer/tutorial-conformal-prediction/blob/main/labs/correction/TP_cp_classif.ipynb
... code.html").content) npt_config = { 'session_name': 'TutoCP', 'session_owner ... qhat = np.quantile(cal_scores, np.ceil((n_cal+1)*(1-alpha))/n_cal ...

weather-time-series-distribution-shift.ipynb - Colab

https://colab.research.google.com/github/aangelopoulos/conformal-prediction/blob/main/notebooks/weather-time-series-distribution-shift.ipynb
(Deprecated NumPy 1.22) naive_qhats = np.array( [np.quantile(scores[:t], np.ceil((t+1)*(1-alpha))/t, interpolation='higher') for t in range(K+1, scores ...

iterative reconvolution of instrument response function for ...

https://groups.google.com/g/lmfit-py/c/u8Ydm8vPhCU
Feb 14, 2015 ... Please help or suggest me something me figuring out the problem in this code. Thank you so much,. Baichhabi. import numpy as np. from lmfit ...

Invalid image dimension while trying to visualize filters and features

https://groups.google.com/g/caffe-users/c/LezSIIQaDvE
Jan 20, 2016 ... This is my python code and my image size is 288*288. import numpy as ... n = int(np.ceil(np.sqrt(data.shape[0]))). padding = ((0, n ** 2 ...

Functions (alphabetical) | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-all
BigQuery DataFrames Python API. BigQuery DataFrames. BigQuery APIs. BigQuery ... CEIL, Gets the smallest integral value that isn't less than X . CEILING ...

viral_load.ipynb - Colab

https://colab.research.google.com/github/pachterlab/BLCSBGLKP_2020/blob/master/notebooks/viral_load.ipynb
May 11, 2020 ... ... python-dateutil>=2.6.1 in /usr/local/lib/python3.6/dist ... test_size = np.ceil(len(load)*f).astype(int) train_size = X.shape[0]- ...

06_utils.ipynb - Colab

https://colab.research.google.com/github/matjesg/deepflash2/blob/master/nbs/06_utils.ipynb
import math, numpy as np, pandas as pd from pathlib import Path from scipy ... min_distance = int(np.ceil(np.sqrt(min_pixel / np.pi))) local_maxi ...

mean.binaryproto visualization for uint8 data

https://groups.google.com/g/caffe-users/c/AX0-5p__rYU
import numpy as np import matplotlib.pyplot as plt import matplotlib.image as mpimg. # Make sure that caffe is on the python path: caffe_root = '../' # this ...

numpy.ipynb - Colab

https://colab.research.google.com/github/alvinntnu/python-notes/blob/master/python-basics/numpy.ipynb
np.divide(arr, 2); np.power(arr, 2); np.array_equal(arr1, arr2); np.sqrt(); np.sin(); np.log(); np.abs(); np.ceil() : Round up to the nearest int; np.floor() ...

demo_colab.ipynb - Colab

https://colab.research.google.com/github/LeeDongYeun/FixNoise/blob/main/demo_colab.ipynb
... np.array shape=(68, 2) """ detector = dlib.get_frontal_face_detector() img ... ceil(max(quad[:, 0]))), int(np.ceil(max(quad[:, 1])))) crop = (max(crop ...

01_Seismic_Fault_Classification_DeepLearning_Synthetic.ipynb ...

https://colab.research.google.com/github/leocd91/geoscience-ML-tutorial/blob/main/01_Seismic_Fault_Classification_DeepLearning_Synthetic.ipynb
- Is there any Prereq.? Programming, especially basic python OOP is a must. ... for j in range(int(np.ceil(data_test.shape[1]/ps))): if i==int(np.ceil ...

SlidingTransform_BaTiO3_Temperature_bias.ipynb - Colab

https://colab.research.google.com/github/saimani5/Notebooks_for_papers/blob/main/SlidingTransform_BaTiO3_Temperature_bias.ipynb
... python>=4.1.0 in /usr/local/lib/python3.7/dist-packages (from atomai==0.5 ... round(np.linspace(np.amin(frames),np.amax(frames),5)))) ax.set_yticks((np ...

PacificSound256kHzTo2kHzDecimate.ipynb - Colab

https://colab.research.google.com/github/mbari-org/pacific-sound-notebooks/blob/master/docs/notebooks/data/PacificSound256kHzTo2kHzDecimate.ipynb
The demonstration uses Python, but the algorithms can be implemented in other languages. ... ceil(np.log2(sample_rate))) print(lenfft_input) # # initialize empty ...

33_summarize_sl_clf.ipynb - Colab

https://colab.research.google.com/github/feilong/tpl-onavg/blob/docs/mvpa/33_summarize_sl_clf.ipynb
Import Python packages. [ ]. subdirectory_arrow_right 1 cell hidden ... max_ = int(np.ceil(np.max(max_) * 1.1 * 1000)) ax.set_xticks([]) ax.set_xlim ...

Module 9a - Fourier-ring correlation structural resolution - Colab

https://colab.research.google.com/drive/1svyAqyjpdo_hIG8FSCjAmhNznqDq2sFm
... Python/commonFunctions.py' &> /dev/null % ... # We determine the maximum X and Y coordinates to generate proper histograms. min_x = 0 min_y = 0 max_x = np.ceil(np ...

GROWTH-India - Tiling scheme

https://sites.google.com/view/growthindia/about/tiling-scheme
The full list of tile centres can be generated with this python code. The tile ID is the index 'l' calculated below. import numpy as np ... ceil(360*np.cos ...

03-homework.ipynb - Colab

https://colab.research.google.com/github/amsqi/iit21-homework/blob/master/03-homework.ipynb
For simplicity, we represent bitstrings by Python lists, which is very inefficient. ... sum(np.ceil(np.log2(j)) + 8 for j in range(1, len(compressed) + 1)) / 8 )

numbers.ipynb - Colab

https://colab.research.google.com/github/aeturrell/python4DS/blob/main/numbers.ipynb
The vast majority of transformation functions are either built into Python or come with the numerical package numpy. ... (np.ceil). spark Gemini.