Sinan
Sinan
Hello, I am doing feature selection using Scikit Learn Recursive Feature Elimination RFE. This algorithm takes ages on Python. I searched on Julia Observer and couldnt find any equivalent in...
Hello, I am trying to install ta in Julia using Conda.jl. Using pip inside of Conda.jl is not yet stable. I see that ta uses pip install ta for installation....
Hello, Is there anyone aware of a Julia implementation for Christiano-Fitzgerald Random Walk band-pass filter ? Thank you!
Hello, Is this your new github page? https://github.com/one-dark/jetbrains-one-dark-theme If yes, please post under your deprecation announcement on this library homepage. Thank you!
Can someone explain what is needed here please? I am already passing a float variable of which all elements are already in decimal points. this statement wpt(x, wt, maketree(x)) return...
RSI from Indicators.jl is not the same as TALib RSI. There is 95% correlation between them, thus 5% deviation. IND_RSI = Indicators.rsi(close, n=14) TLB_RSI = tlb.RSI(close, timeperiod=14) replace!(IND_RSI, NaN =>...
Python version 3.9 get_supertrend(high, low, close, lookback=10, multiplier=3) Traceback (most recent call last): File "C:\Users\Sinan\miniconda3\envs\TradingView\lib\site-packages\pandas\core\indexes\base.py", line 3790, in get_loc return self._engine.get_loc(casted_key) File "index.pyx", line 152, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line...
Hello, I am running an application that loops over InformationMeasures.get_mutual_information. If you pass a vector with all elements containing zero (example, Base.zeros()) to this function, the execution of the loop...
Hello, I keep getting this error. Does anyone know what it means? **"Bin edges must be sorted in increasing order"** Thank you!
I am new to Julia. I noticed tons of libraries are out of date. So I have a simple question please. Which is harder, to create a new library from...