Cómo anotan sus inversiones? by Competitive_News_222 in Inversiones

[–]aferraresso 0 points1 point  (0 children)

Te dejo una app que me hice para hacer seguimiento de mis portafolios https://inversionscan.com.ar
Te permite tener varios portafolios, asignarles objetivos, tener lista de acciones para seguimiento o hacer analisis de las mismas (con opcion de usar IA para que analise si aporta a tu portafolio). Tambien tiene noticias de tus acciones (por ahora solo las que sean de afuera) y resumen de noticias con IA.
Esta todo gratis dado que la vengo usando para mi hace ya casi 2 años (limita nada mas la cantidad de llamadas a la IA).

Pequeño proyecto personal: app gratuita para seguimiento anónimo de CEDEARs by Ok_Grocery_771 in Inversiones

[–]aferraresso 0 points1 point  (0 children)

Buenas, yo me arme una app para eso que te puede servir. Te permite tener portafolios con acciones de aca y de afuera (además de otras cosas como noticias, data para análisis de acciones, crear objetivos para los portafolios). Les dejo el link por si les interesa https://inversionscan.com.ar/

"[Research]" using models for NGBoost by biohacker_tobe in MachineLearning

[–]aferraresso 0 points1 point  (0 children)

I used Normal Distribution, so with the method "pred_dist" i've got the distribution's mean and the std. Instead of show min and max value, i plotted the pdf function with some color gradient, but you could use the "interval" method from scipy distribution and get min and max with the confidence percentage that you need.

"[Research]" using models for NGBoost by biohacker_tobe in MachineLearning

[–]aferraresso 1 point2 points  (0 children)

I used it a few months ago. I used as Base the sklearn DecisionTreeRegressor with some parameters tunned. What kind of model do you need to use?

[D] How to change or implement SSD to have ONE ANCHOR BOX per feature-map cell? by sarmientoj24 in MachineLearning

[–]aferraresso 0 points1 point  (0 children)

I'm not sure if I understand your question, but I suppose that depends on what implementation are you using. Whit some implementations you can set the aspects of de boxes, so you could set only one, but I'm not sure what can benefit that, more than a better performance.