Ankit Aggarwal
Ankit Aggarwal
### Feature Area /area components ### What feature would you like to see? Option to use start/use tensorboard from the Kubeflow Pipelines UI when using AWS Sagemaker training component. At...
Currently, only ADS1015 analog to digital converter is supported by this project. It would be beneficial to add support for more ADCs, for example MCP3008. The interface protocol could be...
Trigger is an important feature of the oscilloscopes. The feature has been suggested and requested by users as part of the feedback. It's possible to implement the triggers in two...
The different image processing techniques with cellular neural networks can be realized by changing the coefficients of the control and feedback templates. Significant research had been done for determining the...
The current ODE solver [odeint](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html#scipy.integrate.odeint) is inflexible and suffers from problem of stiffness as explained [here](http://stackoverflow.com/questions/16973036/odd-scipy-ode-integration-error) in some cases. It is better to upgrade to ODE solver object-oriented [ode](http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html), as...
Currently, the API provides a way to give the location of the input file for processing and requires the desired location of the output. This inhibits the flexibility of the...
Please note these guidelines while renaming variables. - Do not rename the parent class. - Rename the variables or methods to have more intuitive names. - Use private variables where...
This will make things easier for the contributors. Some important points to be highlighted in the contributing guide would be: - How to contribute - improve documentation/add new methods/improve performance....