Earlier quoted context omitted.
The short answer is "scikit-learn".
Can you please give the longer answer? I don't understand what you mean. What does scikit-learn have that octave doesn't? (Asking out of ignorance)
Looking for Work After 25 Years of Octave
21–30 of 493 posts
Re: Looking for Work After 25 Years of Octave
#22It seems that octave has been overtaken (in mindshare) by python/numpy. Why is that the case?
Re: Looking for Work After 25 Years of Octave
#23It seems that octave has been overtaken (in mindshare) by python/numpy. Why is that the case?
Anyway, my thought on why numpy seems more widespread is simple: efficiency.
Even Matlab code gets rewritten if it needs to be used for something intense, and Matlab has many more optimizations than Octave to get away with sloppy coding. Python+numpy is pretty easy even for a non-programmer to write (at least compared to C++ or whatever a DSP wants you to use) and even sloppily done is generally fast, plus it has a great and large community. But both Matlab and Octave are great (at least if you use octave-forge) for prototyping and doing a lot of domain specific things python/numpy/scipy don't support out of the box. Matlab especially has a lot of neat GUI helper tools. Meanwhile R is over in its own world where if you're doing anything in that domain it's a questionable choice not to take advantage.
Re: Looking for Work After 25 Years of Octave
#24Meanwhile, MathWorks annual revenue is over $800 million.
I understand that the current economic system in the US greatly favors forming a business around a good idea/software, but we shouldn't be closed to other models of software development as well.
Re: Looking for Work After 25 Years of Octave
#25Re: Looking for Work After 25 Years of Octave
#26This is not a scalable model of software funding. People may send you money today, because its on their minds, but bills will have to be paid again next month, and next year. Please get yourself, a Patreon account, or something similar. Meanwhile, I'm sure MathWorks is looking for people with exactly your domain knowledge[0]. https://www.mathworks.com/company/jobs/opportunities/?s_tid=...
Working there, though, might preclude further work on Octave.
Re: Looking for Work After 25 Years of Octave
#27This is not a scalable model of software funding. People may send you money today, because its on their minds, but bills will have to be paid again next month, and next year. Please get yourself, a Patreon account, or something similar. Meanwhile, I'm sure MathWorks is looking for people with exactly your domain knowledge[0]. https://www.mathworks.com/company/jobs/opportunities/?s_tid=...
Re: Looking for Work After 25 Years of Octave
#28I think services like Patreon etc. are quite worthy but they're also dysfunctional. Nobody has solved the micro-payment problem yet and it seems like people have just given up trying. In a saner world this person would be rewarded for the enormous technical contribution with a reliable pension of some sort to remove the distraction of financial anxiety.
Re: Looking for Work After 25 Years of Octave
#29Meanwhile, MathWorks annual revenue is over $800 million.
Honest question: what exactly do you hope to put light on with that comparison? I don't think the developer in question has ever claimed that he is a fantastic businessman: quite the contrary, he is (apparently) a very talented developer who is seeking funding to continue a project which others may find useful. I understand that the current economic system in the US greatly favors forming a business around a good ide…
Re: Looking for Work After 25 Years of Octave
#30It seems that octave has been overtaken (in mindshare) by python/numpy. Why is that the case?