Lucas Morin

Results 25 issues of Lucas Morin

I have been able to aggregate stock info from different tickers by using a custom aggregation function (see below). But this operation is very slow. Running this on a decent...

I don't see it in the list. Working in a jupyter notebook ~True evaluates to -2. ( ~np.array(True) correctly evaluates to False). Can someone explain the answer ? Does it...

new snippets

After training a model, it is possible to get explaination with shapley value by activating the contrib option in the model. I was wondering if there is a natural way...

question

I am toying with your library with some applications in mind. However it occured to me that what I would need is not sorting or ranking but argsort. I generally...

Hello, The tool is quite practical but for my use case it lacks an 'empty' category : a way to display the population that is in no set. One option...

Hi, currently there is two options for plots: normal where bins are labeled with bins numbers and 'actual' where the real scale is used. I'd like something in between where...

enhancement
good first issue

After spending some time handtuning my NN I came to use keras tuner. When setting the tuner up I specified the default values as the values that worked better when...

Dear sir, Working on applied ML, I am often confronted with one specific problem : I have too many variables. Of course this problem is more general than explainability, but...

I often participate in Kaggle comp. and I Sometimes illustrate some work / exploration with real data. Generally I pull market data from yfinance and other API. I was trying...

### Description The current state of polars describe is quite close to pandas implementation. It has some improvements: - showing data types - showing null counts (see https://github.com/pola-rs/polars/issues/4068) It could...

enhancement