3c0483bd26e0bb7654472c514c0b2106906ca050,features/eolearn/features/doubly_logistic_approximation.py,DoublyLogisticApproximationTask,execute,#DoublyLogisticApproximationTask#Any#,57
Before Change
valid_parameters.append((times[valid_data_mask[:, ih, iw].squeeze()],
data[:, ih, iw][valid_data_mask[:, ih, iw].squeeze()]))
pool = multiprocessing.Pool(processes=multiprocessing.cpu_count())
all_parameters = pool.map(self._pool_wrapper, valid_parameters)
all_parameters = np.reshape(all_parameters, (h, w, 7))
After Change
valid_curve = data[:, height_ind, width_ind][valid_data_mask[:, height_ind, width_ind].squeeze()]
valid_times = times[valid_data_mask[:, height_ind, width_ind].squeeze()]
all_parameters[height_ind, width_ind] = self._fit_optimize(valid_times, valid_curve)
eopatch.data_timeless[self.new_feature] = all_parameters
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: sentinel-hub/eo-learn
Commit Name: 3c0483bd26e0bb7654472c514c0b2106906ca050
Time: 2019-10-15
Author: benosircelj@gmail.com
File Name: features/eolearn/features/doubly_logistic_approximation.py
Class Name: DoublyLogisticApproximationTask
Method Name: execute
Project Name: brian-team/brian2
Commit Name: a14363ca311798f09acfe7a6de71a14ce99c94be
Time: 2015-12-02
Author: dg.github@thesamovar.net
File Name: dev/benchmarks/compare_to_brian1.py
Class Name:
Method Name:
Project Name: EpistasisLab/tpot
Commit Name: 831f5ce7aad0b8172f965c519d0835465ecc7a12
Time: 2017-03-31
Author: weixuanf@upenn.edu
File Name: tpot/base.py
Class Name: TPOTBase
Method Name: _evaluate_individuals
Project Name: deepchem/deepchem
Commit Name: 3b3a06ad8402079c2d18718349d5f0f212ac7b81
Time: 2020-12-11
Author: nfrey213@gmail.com
File Name: deepchem/feat/base_classes.py
Class Name: ComplexFeaturizer
Method Name: featurize