strata-mojo
Strata is a machine learning algorithms library written in Mojo for Mojo, with Scikit-Learn ergonomics
파일 탐색기
- ci.yml
- strata-logo.jpg
- strata.jpg
- bench_clustering.mojo
- bench_linalg_kernels.mojo
- bench_linear_models.mojo
- bench_neighbors.mojo
- bench_preprocessing.mojo
- bench_trees_ensembles.mojo
- bench_utils.mojo
- benchmark_data.json
- BENCHMARK_REPORT.md
- bench_clustering.py
- bench_linalg_kernels.py
- bench_linear_models.py
- bench_neighbors.py
- bench_preprocessing.py
- bench_trees_ensembles.py
- runner.py
- favicon.ico
- favicon.png
- strata-logo.jpg
- strata.jpg
- benchmarks.md
- estimator_traits.md
- memory_and_simd.md
- tree_algorithms.md
- hyperparameter_tuning.md
- model_persistence.md
- out_of_bag_validation.md
- sparse_matrix_ops.md
- Classifier.md
- Clusterer.md
- Estimator.md
- index.md
- PipelineClassifier.md
- PipelineRegressor.md
- PipelineTransformer.md
- Regressor.md
- Transformer.md
- index.md
- KMeans.md
- MiniBatchKMeans.md
- ColumnTransformer.md
- index.md
- csr_from_scipy.md
- csr_to_scipy.md
- Dataset.md
- DatasetSplit.md
- EigResult.md
- index.md
- Matrix.md
- matrix_from_numpy.md
- matrix_to_numpy.md
- MatrixView.md
- QRResult.md
- SparseMatrix.md
- SVDResult.md
- index.md
- PCA.md
- TruncatedSVD.md
- HistGradientBoostingClassifier.md
- HistGradientBoostingRegressor.md
- index.md
- RandomForestClassifier.md
- RandomForestRegressor.md
- BufferReader.md
- BufferWriter.md
- index.md
- Serializable.md
- ElasticNet.md
- index.md
- Lasso.md
- LinearRegression.md
- LogisticRegression.md
- Ridge.md
- SGDClassifier.md
- SGDRegressor.md
- accuracy_score.md
- confusion_matrix.md
- f1_score.md
- index.md
- log_loss.md
- mean_absolute_error.md
- mean_squared_error.md
- precision_score.md
- r2_score.md
- recall_score.md
- roc_auc_score.md
- root_mean_squared_error.md
- silhouette_score.md
- unique_labels.md
- cross_val_predict.md
- cross_val_score.md
- CrossValidateResult.md
- GridSearchClassifier.md
- GridSearchRegressor.md
- index.md
- KFold.md
- RandomizedSearchClassifier.md
- RandomizedSearchRegressor.md
- ShuffleSplit.md
- Split.md
- StratifiedKFold.md
- StratifiedShuffleSplit.md
- TimeSeriesSplit.md
- train_test_split.md
- GaussianNB.md
- index.md
- MultinomialNB.md
- _AxisIndexPair.md
- chebyshev_distance.md
- cosine_distance.md
- euclidean_distance.md
- index.md
- KDNode.md
- KDTree.md
- KNeighborsClassifier.md
- KNeighborsRegressor.md
- manhattan_distance.md
- minkowski_distance.md
- NearestNeighbors.md
- NeighborDistIdx.md
- pairwise_distances.md
- row_distance.md
- sqeuclidean_distance.md
- Binarizer.md
- index.md
- LabelEncoder.md
- MinMaxScaler.md
- Normalizer.md
- OneHotEncoder.md
- OrdinalEncoder.md
- PolynomialFeatures.md
- RobustScaler.md
- SimpleImputer.md
- StandardScaler.md
- DecisionTreeClassifier.md
- DecisionTreeRegressor.md
- index.md
- check_array.md
- check_consistent_length.md
- check_finite.md
- check_floating_dtype.md
- check_is_fitted.md
- check_sparse.md
- check_X_y.md
- ConvergenceError.md
- DataConversionError.md
- DimensionMismatchError.md
- index.md
- InvalidParameterError.md
- log_sum_exp.md
- NotFittedError.md
- PRNG.md
- sigmoid.md
- softmax.md
- end_to_end_pipeline.md
- quickstart.md
- app.js
- data.js
- index.html
- robots.txt
- search_index.json
- sitemap.xml
- styles.css
- generate_docs.py
- generate_sitemap.py
- run_tests.mojo
- __init__.mojo
- estimator.mojo
- pipeline.mojo
- __init__.mojo
- _common.mojo
- kmeans.mojo
- minibatch_kmeans.mojo
- __init__.mojo
- column_transformer.mojo
- __init__.mojo
- csc_matrix.mojo
- csr_matrix.mojo
- dataset.mojo
- interop.mojo
- linalg.mojo
- matrix.mojo
- sparse.mojo
- sparse_ops.mojo
- types.mojo
- view.mojo
- __init__.mojo
- pca.mojo
- truncated_svd.mojo
- __init__.mojo
- _binning.mojo
- _forest.mojo
- _gb_loss.mojo
- _hist_tree.mojo
- forest.mojo
- hist_gradient_boosting_classifier.mojo
- hist_gradient_boosting_regressor.mojo
- __init__.mojo
- errors.mojo
- __init__.mojo
- serializer.mojo
- __init__.mojo
- _coordinate_descent.mojo
- _sgd_fast.mojo
- elastic_net.mojo
- lasso.mojo
- linear_regression.mojo
- logistic_regression.mojo
- ridge.mojo
- sgd_classifier.mojo
- sgd_regressor.mojo
- __init__.mojo
- classification.mojo
- cluster.mojo
- regression.mojo
- __init__.mojo
- grid_search.mojo
- kfold.mojo
- randomized_search.mojo
- shuffle_split.mojo
- split.mojo
- stratified_kfold.mojo
- stratified_shuffle_split.mojo
- subsampling.mojo
- time_series_split.mojo
- validation.mojo
- __init__.mojo
- gaussian.mojo
- multinomial.mojo
- __init__.mojo
- base.mojo
- classification.mojo
- distance.mojo
- kd_tree.mojo
- regression.mojo
- __init__.mojo
- binarizer.mojo
- encoders.mojo
- imputer.mojo
- normalizer.mojo
- polynomial.mojo
- scaler.mojo
- __init__.mojo
- classifier.mojo
- criterion.mojo
- regressor.mojo
- splitter.mojo
- tree.mojo
- __init__.mojo
- math.mojo
- random.mojo
- validation.mojo
- __init__.mojo
- test_column_transformer.mojo
- test_coordinate_descent.mojo
- test_dataset.mojo
- test_decision_tree_classifier.mojo
- test_decision_tree_regressor.mojo
- test_decomposition.mojo
- test_hist_gradient_boosting.mojo
- test_interop.mojo
- test_kmeans.mojo
- test_kmeans_common.mojo
- test_large_matrix.mojo
- test_linalg_advanced.mojo
- test_linear_regression.mojo
- test_logistic_regression.mojo
- test_math_and_random.mojo
- test_matrix.mojo
- test_metrics.mojo
- test_minibatch_kmeans.mojo
- test_model_selection.mojo
- test_naive_bayes.mojo
- test_neighbors.mojo
- test_pipelines.mojo
- test_preprocessing.mojo
- test_random_forest_classifier.mojo
- test_random_forest_regressor.mojo
- test_ridge.mojo
- test_serializer.mojo
- test_sgd.mojo
- test_sparse.mojo
- test_traits_and_errors.mojo
- test_view.mojo
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTING.md
- LICENSE
- pixi.lock
- pixi.toml
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
// repository documentation
Was this content helpful?
(0 ratings)
