Lightscline Edge



Get started on your 10x ROI journey with just 4 lines of code !



                            from lightscline.lightscline import LightsclineEdge
                            ## Load data into Lightscline
                            ls = Lightscline(data=data,fs = SAMPLING_FREQUENCY)
                            ## Reduce the amount of data by 70% of the original
                            ls.reduce_and_preprocess_data(per_reduction=70)
                            ## Train the model
                            ls.train_model(verbose=True,n_iters = 1000)
                            ## checking the results
                            ls.test_model()