.. sklearn-fab documentation master file, created by
   sphinx-quickstart on Wed Jan 22 18:19:23 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

sklearn-fab移行ガイド
=====================
本ガイドでは、既存のSAMPO/FABユーザーに対し、sklearn-fabへ移行するための情報を記載します。本ガイドの達成目標は以下です。

* SAMPO/FABとsklearn-fabの差異（機能、ユースケース実現方法、コード、等）を理解できる
* SAMPO/FABで実施していた分析を、sklearn-fabに置き換えられる

sklearn-fabの特長
-----------------
sklearn-fabは、異種混合学習エンジンを\ scikit-learn_\のestimatorとして使用可能にしたライブラリです。本ライブラリを使用することで、ユーザーは以下を実現できます。

* scikit-learnをベースとしたライブラリのため、scikit-learnと同じような使用感で扱える
* scikit-learnが有する豊富な機能や周辺ツールを組み合わせて、分析を効率的に実施できる

目次
----

.. toctree::
  :maxdepth: 1

  section_1/functional_differences.rst
  section_2/differences_of_usecase_and_script.rst
  section_3/differences_of_execution_script.rst

本ガイドに記載されているコードは、以下バージョンのものを使用しています。

* SAMPO/FAB v1.6.2
* sklearn-fab v1.1.0

.. _scikit-learn: https://scikit-learn.org/stable/
