Is agile the right approach for cross-functional teams of AI researchers and software developers? Here's what I learned from 10 years of leading such teams
That's right, I'm using the 2x2 characters and some off-center horizontal line characters.
Note aware of Unicode expansions, though more and more fonts seem to support the above.
Sparklines in the terminal sounds very cool, did you end up coding something?
Note that one other popular alternative (see for example the Unicode plotting lib for Julia) is using Braille characters, which probably have an even better support across fonts
Thanks for the question! So the labels only depend on the limits of the plotting window, which you can supply as a keyword option. In that sense, and together with using the same gridlines options, you could have the same background in some sense.
What uniplot cannot do today is to have multiple vertical axis (like weight and head circumference in your example).
Hope this helps!
P.S.: Regarding your PDF question, for that in fact I think that some plotting library to graphics (rather than the terminal) might be better
Very cool to see this – but will only be successful with great terminal plotting tools. The ones the author mentions like the matplotlib interface clearly won't do[0] due to lack of resolution
A perfect use case for unicode plotting [1] (shameless plug)
Speaking as a pytorch user, many of the steps in your Readme example remind me of the usual setup except the pipeline.run() handoff which is replaced by eager evaluation in pytorch.
Are you seeing something like an eager mode for your library, or perhaps a pytorch plugin that might use your apis?
I'm guessing that's because they measured the return rate of institutions:
"Wallets were returned to one of five societal institu-
tions: (i) banks, (ii) theaters, museums, or other cultural establishments, (iii) post offices, (iv) hotels, and (v) police stations, courts of law, or other public offices."
Well, I think the OP should give you the idea that if your goal is (for example) to reduce violent crime rates overall, then the answer might be more complicated than that...
The actual article may be less garbage than the headline of the news post suggests:
Our model controlled for experiences with other classes of psychoactive substances (cannabis, dissociatives, empathogens, popular legal drugs) as well as common personality traits that usually predict drug consumption and/or nature relatedness (openness to experience, conscientiousness, conservatism).
(that's from the abstract)
Of course we won't know for sure – all praise the paywalls of science!
Regarding that last bit: You will clearly get better results by using A/B tests than by having humans take a guess as to what works best – but as you already pointed out, those are not the only two possibilities. Different varieties of mutli-armed/contextual/etc. bandits, and then the new wave of reinforcement learning tricks (i.e. AI) are much better suited to the problem.
(Full disclosure: I didn't write the article, but I am the CTO of the company that the article is about.)
I would argue that A/B testing is close to it's end for 99% of it's current business applications. Right now there is a very limitied range of AI products that aim to replace A/B testing, but that will change soon enough.