pipertool icon indicating copy to clipboard operation
pipertool copied to clipboard

Platform for data science and machine learning prototyping. Developed by Tatradev.com

Results 4 pipertool issues
Sort by recently updated
recently updated
newest added

Can piper be installed on windows without using vmachine?

I tried to understand some code in this project and one line seems strange: `dependency_links = [x.strip().replace('git+', '') for x in all_reqs \ if 'git+' not in x]` I think...